Shades of Violet Blue #B0599C
Tints of Violet Blue #B0599C
RGB
CMYK
RGB Variations
Color information
#B0599C (or 0xB0599C) is known color: Violet Blue. HEX triplet: B0, 59 and 9C. RGB value is (176,89,156). Sum of RGB (Red+Green+Blue) = 176+89+156=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0599C is #4FA663. Grayscale: #7A7A7A. Windows color (decimal): -5219940 or 10246576. OLE color: 10246576.
HSL color Cylindrical-coordinate representation of color #B0599C: hue angle of 313.79º 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 #B0599C is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 156 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.31 |
| HSL | 313.79º | 0.36% | 0.52% | - |
| HSV(B) | 313.79º | 0.49% | 0.69% | - |
| XYZ | 27.48 | 18.78 | 33.63 | - |
| YUV | 122.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 156 | 0 | 0.49 | 0.11 | 0.31 | 313.79 | 0.36 | 0.52 |
| Hex | B0 | 59 | 9C | 0 | 31 | B | 1F | 13A | 24 | 34 |
| Octal | 260 | 131 | 234 | 0 | 61 | 13 | 37 | 472 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10011100 | 0 | 110001 | 1011 | 11111 | 100111010 | 100100 | 110100 |
Color Harmonies of #B0599C
Complementary color
Monochromatic Colors of #B0599C
Black with #B0599C
Text Example
Text Example
White with #B0599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0599C; }
p { color: rgb(176,89,156); }
H1.HeaderClassName
{
color: #B0599C;
}
.AnyTagClassName
{
color: #B0599C;
}
</style>
background-color css
<style>
a { background-color: #B0599C; }
a { background-color: rgb(176,89,156); }
div.DivClassName
{
background-color: #B0599C;
}
.BgClassName
{
background-color: #B0599C;
}
</style>
border-color css
<style>
span { border-color: #B0599C; }
span { border-color: rgb(176,89,156); }
td.TdClassName
{
border-color: #B0599C;
}
.TagClassName
{
border-color: #B0599C;
}
</style>