HSV and HSB Converter
Convert hex and RGB to HSV / HSB values.
How to use
- 1 Type a hex colour or open the colour picker to choose one.
- 2 Read the HSV and HSB values — they are identical by design.
- 3 Note the hue, saturation and value/brightness percentages and the RGB equivalent.
- 4 Copy the HSV string to paste into your design tool.
About HSV and HSB Converter
The HSV and HSB Converter turns a colour into its hue, saturation and value — and shows you that HSV and HSB are simply two names for the same thing.
The "V" in HSV stands for Value and the "B" in HSB stands for Brightness, but they describe the identical component, so design apps that label the model "HSB" (like older Photoshop dialogs) and those that say "HSV" are producing the same numbers.
This tool reports both labels side by side so you never have to second-guess which scale a program expects.
Enter any hex colour, with or without the leading hash and in three- or six-digit form, or use the colour picker, and you immediately get the hue in degrees (0–360), the saturation as a percentage and the value/brightness as a percentage, alongside the equivalent RGB triplet and a live swatch.
The conversion uses the standard cylindrical-coordinate formulas, so pure red is 0°, 100%, 100%, pure green is 120° and pure blue is 240°, exactly as a graphics package would show.
HSV/HSB is the model artists reach for when they want to keep a hue fixed while making a colour lighter or more vivid, which is why it underpins most colour wheels and brush panels.
Use this converter to read off the values from a brand hex, to match a tone between tools that disagree on terminology, or to learn how the model behaves.
Everything is computed locally in your browser, so nothing is uploaded and it works offline.
FAQ
Is HSB different from HSV?
No. HSB (hue, saturation, brightness) and HSV (hue, saturation, value) are the same colour model with the same numbers; “brightness” and “value” are just two names for the third component.
What ranges do the values use?
Hue is 0–360 degrees, and saturation and value/brightness are 0–100 percent — the convention used by most design software and colour pickers.