Shades of Violet Blue #B0559F
Tints of Violet Blue #B0559F
RGB
CMYK
RGB Variations
Color information
#B0559F (or 0xB0559F) is known color: Violet Blue. HEX triplet: B0, 55 and 9F. RGB value is (176,85,159). Sum of RGB (Red+Green+Blue) = 176+85+159=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0559F is #4FAA60. Grayscale: #787878. Windows color (decimal): -5220961 or 10442160. OLE color: 10442160.
HSL color Cylindrical-coordinate representation of color #B0559F: hue angle of 311.21º 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 #B0559F is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 159 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.31 |
| HSL | 311.21º | 0.37% | 0.51% | - |
| HSV(B) | 311.21º | 0.52% | 0.69% | - |
| XYZ | 27.41 | 18.23 | 34.87 | - |
| YUV | 120.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 159 | 0 | 0.52 | 0.10 | 0.31 | 311.21 | 0.37 | 0.51 |
| Hex | B0 | 55 | 9F | 0 | 34 | A | 1F | 137 | 25 | 33 |
| Octal | 260 | 125 | 237 | 0 | 64 | 12 | 37 | 467 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10011111 | 0 | 110100 | 1010 | 11111 | 100110111 | 100101 | 110011 |
Color Harmonies of #B0559F
Complementary color
Monochromatic Colors of #B0559F
Black with #B0559F
Text Example
Text Example
White with #B0559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0559F; }
p { color: rgb(176,85,159); }
H1.HeaderClassName
{
color: #B0559F;
}
.AnyTagClassName
{
color: #B0559F;
}
</style>
background-color css
<style>
a { background-color: #B0559F; }
a { background-color: rgb(176,85,159); }
div.DivClassName
{
background-color: #B0559F;
}
.BgClassName
{
background-color: #B0559F;
}
</style>
border-color css
<style>
span { border-color: #B0559F; }
span { border-color: rgb(176,85,159); }
td.TdClassName
{
border-color: #B0559F;
}
.TagClassName
{
border-color: #B0559F;
}
</style>