Shades of Violet Blue #B05599
Tints of Violet Blue #B05599
RGB
CMYK
RGB Variations
Color information
#B05599 (or 0xB05599) is known color: Violet Blue. HEX triplet: B0, 55 and 99. RGB value is (176,85,153). Sum of RGB (Red+Green+Blue) = 176+85+153=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B05599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05599 is #4FAA66. Grayscale: #777777. Windows color (decimal): -5220967 or 10048944. OLE color: 10048944.
HSL color Cylindrical-coordinate representation of color #B05599: hue angle of 315.16º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05599 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 153 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.31 |
| HSL | 315.16º | 0.37% | 0.51% | - |
| HSV(B) | 315.16º | 0.52% | 0.69% | - |
| XYZ | 26.9 | 18.03 | 32.2 | - |
| YUV | 119.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 153 | 0 | 0.52 | 0.13 | 0.31 | 315.16 | 0.37 | 0.51 |
| Hex | B0 | 55 | 99 | 0 | 34 | D | 1F | 13B | 25 | 33 |
| Octal | 260 | 125 | 231 | 0 | 64 | 15 | 37 | 473 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10011001 | 0 | 110100 | 1101 | 11111 | 100111011 | 100101 | 110011 |
Color Harmonies of #B05599
Complementary color
Monochromatic Colors of #B05599
Black with #B05599
Text Example
Text Example
White with #B05599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05599; }
p { color: rgb(176,85,153); }
H1.HeaderClassName
{
color: #B05599;
}
.AnyTagClassName
{
color: #B05599;
}
</style>
background-color css
<style>
a { background-color: #B05599; }
a { background-color: rgb(176,85,153); }
div.DivClassName
{
background-color: #B05599;
}
.BgClassName
{
background-color: #B05599;
}
</style>
border-color css
<style>
span { border-color: #B05599; }
span { border-color: rgb(176,85,153); }
td.TdClassName
{
border-color: #B05599;
}
.TagClassName
{
border-color: #B05599;
}
</style>