Shades of Violet Blue #B0599A
Tints of Violet Blue #B0599A
RGB
CMYK
RGB Variations
Color information
#B0599A (or 0xB0599A) is known color: Violet Blue. HEX triplet: B0, 59 and 9A. RGB value is (176,89,154). Sum of RGB (Red+Green+Blue) = 176+89+154=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599A is #4FA665. Grayscale: #7A7A7A. Windows color (decimal): -5219942 or 10115504. OLE color: 10115504.
HSL color Cylindrical-coordinate representation of color #B0599A: hue angle of 315.17º 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 #B0599A is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 154 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.31 |
| HSL | 315.17º | 0.36% | 0.52% | - |
| HSV(B) | 315.17º | 0.49% | 0.69% | - |
| XYZ | 27.31 | 18.71 | 32.74 | - |
| YUV | 122.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 154 | 0 | 0.49 | 0.12 | 0.31 | 315.17 | 0.36 | 0.52 |
| Hex | B0 | 59 | 9A | 0 | 31 | C | 1F | 13B | 24 | 34 |
| Octal | 260 | 131 | 232 | 0 | 61 | 14 | 37 | 473 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10011010 | 0 | 110001 | 1100 | 11111 | 100111011 | 100100 | 110100 |
Color Harmonies of #B0599A
Complementary color
Monochromatic Colors of #B0599A
Black with #B0599A
Text Example
Text Example
White with #B0599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0599A; }
p { color: rgb(176,89,154); }
H1.HeaderClassName
{
color: #B0599A;
}
.AnyTagClassName
{
color: #B0599A;
}
</style>
background-color css
<style>
a { background-color: #B0599A; }
a { background-color: rgb(176,89,154); }
div.DivClassName
{
background-color: #B0599A;
}
.BgClassName
{
background-color: #B0599A;
}
</style>
border-color css
<style>
span { border-color: #B0599A; }
span { border-color: rgb(176,89,154); }
td.TdClassName
{
border-color: #B0599A;
}
.TagClassName
{
border-color: #B0599A;
}
</style>