AbraCalc

HSV to RGB Color Converter

Convert HSV (hue, saturation, value/brightness) color values to RGB.

Embed this tool on your site

How to use this tool

  1. Enter the hue (0–360°), saturation (0–100%), and value/brightness (0–100%).
  2. The tool outputs the equivalent R, G, B channel values (0–255).
  3. Copy the rgb() string into your CSS or code.

Convert HSV (Hue, Saturation, Value) — also known as HSB — to RGB. HSV is the model used in most design-tool color pickers.

Frequently asked questions

Is HSV the same as HSB?
Yes. HSV (Value) and HSB (Brightness) are identical; the name difference is just a convention used by different applications.
What hue is green?
In HSV, green is at hue 120°, blue at 240°, and red at 0° (or 360°).

References & sources