HSV to RGB color conversion

Enter hue in degrees (°), saturation and value (0..100%) and press the Convert button:

Enter hue (H): °
Enter saturation (S): %
Enter value (V): %
   
RGB hex code (#):  
Red color (R):  
Green color (G):  
Blue color (B):  
Color preview:  

RGB to HSV conversion ►

HSV to RGB conversion formula

When 0 ≤ H < 360, 0 ≤ S ≤ 1 and 0 ≤ V ≤ 1:

C = V × S

X = C × (1 - |(H / 60°) mod 2 - 1|)

m = V - C

(R,G,B) = ((R'+m)×255, (G'+m)×255, (B'+m)×255)

HSV to RGB color table

Color Color

name

(H,S,V) Hex (R,G,B)
  Black (0°,0%,0%) #000000 (0,0,0)
  White (0°,0%,100%) #FFFFFF (255,255,255)
  Red (0°,100%,100%) #FF0000 (255,0,0)
  Lime (120°,100%,100%) #00FF00 (0,255,0)
  Blue (240°,100%,100%) #0000FF (0,0,255)
  Yellow (60°,100%,100%) #FFFF00 (255,255,0)
  Cyan (180°,100%,100%) #00FFFF (0,255,255)
  Magenta (300°,100%,100%) #FF00FF (255,0,255)
  Silver (0°,0%,75%) #BFBFBF (191,191,191)
  Gray (0°,0%,50%) #808080 (128,128,128)
  Maroon (0°,100%,50%) #800000 (128,0,0)
  Olive (60°,100%,50%) #808000 (128,128,0)
  Green (120°,100%,50%) #008000 (0,128,0)
  Purple (300°,100%,50%) #800080 (128,0,128)
  Teal (180°,100%,50%) #008080 (0,128,128)
  Navy (240°,100%,50%) #000080 (0,0,128)

 

RGB to HSV conversion ►

 


See also

Write how to improve this page

COLOR CONVERSION
RAPID TABLES