Converts RGB (Red, Green, Blue) to HSB, also known as HSV (Hue, Saturation, Value). HSB is the color model used by Photoshop, Figma, and many design tools for their color pickers. Hue is the color angle (0-360), saturation is color purity (0-100%), and brightness/value is how bright the color is (0-100%).
RGB to HSB Converter
Convert RGB to HSB/HSV color notation
How to RGB to HSB
- 1.Enter an RGB value like rgb(41, 128, 185) in the input.
- 2.HSB/HSV and all other formats appear instantly.
- 3.Use the color picker for visual selection.
- 4.Copy any result with one click.
About This Tool
Frequently Asked Questions
They are the same. HSB (Hue, Saturation, Brightness) and HSV (Hue, Saturation, Value) are two names for the identical color model.
In HSB, 100% brightness means the pure color. In HSL, 100% lightness means white. HSB/HSV is used more in design tools, while HSL is more common in CSS.
Adobe Photoshop, Illustrator, Figma, Sketch, and many other design applications use HSB/HSV in their color pickers.