Shades of Violet Blue #B0559C
Tints of Violet Blue #B0559C
RGB
CMYK
RGB Variations
Color information
#B0559C (or 0xB0559C) is known color: Violet Blue. HEX triplet: B0, 55 and 9C. RGB value is (176,85,156). Sum of RGB (Red+Green+Blue) = 176+85+156=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0559C is #4FAA63. Grayscale: #787878. Windows color (decimal): -5220964 or 10245552. OLE color: 10245552.
HSL color Cylindrical-coordinate representation of color #B0559C: hue angle of 313.19º 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 #B0559C is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 156 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.31 |
| HSL | 313.19º | 0.37% | 0.51% | - |
| HSV(B) | 313.19º | 0.52% | 0.69% | - |
| XYZ | 27.15 | 18.13 | 33.52 | - |
| YUV | 120.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 156 | 0 | 0.52 | 0.11 | 0.31 | 313.19 | 0.37 | 0.51 |
| Hex | B0 | 55 | 9C | 0 | 34 | B | 1F | 139 | 25 | 33 |
| Octal | 260 | 125 | 234 | 0 | 64 | 13 | 37 | 471 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10011100 | 0 | 110100 | 1011 | 11111 | 100111001 | 100101 | 110011 |
Color Harmonies of #B0559C
Complementary color
Monochromatic Colors of #B0559C
Black with #B0559C
Text Example
Text Example
White with #B0559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0559C; }
p { color: rgb(176,85,156); }
H1.HeaderClassName
{
color: #B0559C;
}
.AnyTagClassName
{
color: #B0559C;
}
</style>
background-color css
<style>
a { background-color: #B0559C; }
a { background-color: rgb(176,85,156); }
div.DivClassName
{
background-color: #B0559C;
}
.BgClassName
{
background-color: #B0559C;
}
</style>
border-color css
<style>
span { border-color: #B0559C; }
span { border-color: rgb(176,85,156); }
td.TdClassName
{
border-color: #B0559C;
}
.TagClassName
{
border-color: #B0559C;
}
</style>