Shades of Violet Blue #B0599B
Tints of Violet Blue #B0599B
RGB
CMYK
RGB Variations
Color information
#B0599B (or 0xB0599B) is known color: Violet Blue. HEX triplet: B0, 59 and 9B. RGB value is (176,89,155). Sum of RGB (Red+Green+Blue) = 176+89+155=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599B is #4FA664. Grayscale: #7A7A7A. Windows color (decimal): -5219941 or 10181040. OLE color: 10181040.
HSL color Cylindrical-coordinate representation of color #B0599B: hue angle of 314.48º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0599B is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 155 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.31 |
| HSL | 314.48º | 0.36% | 0.52% | - |
| HSV(B) | 314.48º | 0.49% | 0.69% | - |
| XYZ | 27.39 | 18.74 | 33.18 | - |
| YUV | 122.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 155 | 0 | 0.49 | 0.12 | 0.31 | 314.48 | 0.36 | 0.52 |
| Hex | B0 | 59 | 9B | 0 | 31 | C | 1F | 13A | 24 | 34 |
| Octal | 260 | 131 | 233 | 0 | 61 | 14 | 37 | 472 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10011011 | 0 | 110001 | 1100 | 11111 | 100111010 | 100100 | 110100 |
Color Harmonies of #B0599B
Complementary color
Monochromatic Colors of #B0599B
Black with #B0599B
Text Example
Text Example
White with #B0599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0599B; }
p { color: rgb(176,89,155); }
H1.HeaderClassName
{
color: #B0599B;
}
.AnyTagClassName
{
color: #B0599B;
}
</style>
background-color css
<style>
a { background-color: #B0599B; }
a { background-color: rgb(176,89,155); }
div.DivClassName
{
background-color: #B0599B;
}
.BgClassName
{
background-color: #B0599B;
}
</style>
border-color css
<style>
span { border-color: #B0599B; }
span { border-color: rgb(176,89,155); }
td.TdClassName
{
border-color: #B0599B;
}
.TagClassName
{
border-color: #B0599B;
}
</style>