Shades of Violet Blue #B0559B
Tints of Violet Blue #B0559B
RGB
CMYK
RGB Variations
Color information
#B0559B (or 0xB0559B) is known color: Violet Blue. HEX triplet: B0, 55 and 9B. RGB value is (176,85,155). Sum of RGB (Red+Green+Blue) = 176+85+155=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0559B is #4FAA64. Grayscale: #777777. Windows color (decimal): -5220965 or 10180016. OLE color: 10180016.
HSL color Cylindrical-coordinate representation of color #B0559B: hue angle of 313.85º 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 #B0559B is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 155 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.31 |
| HSL | 313.85º | 0.37% | 0.51% | - |
| HSV(B) | 313.85º | 0.52% | 0.69% | - |
| XYZ | 27.07 | 18.09 | 33.08 | - |
| YUV | 120.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 155 | 0 | 0.52 | 0.12 | 0.31 | 313.85 | 0.37 | 0.51 |
| Hex | B0 | 55 | 9B | 0 | 34 | C | 1F | 13A | 25 | 33 |
| Octal | 260 | 125 | 233 | 0 | 64 | 14 | 37 | 472 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10011011 | 0 | 110100 | 1100 | 11111 | 100111010 | 100101 | 110011 |
Color Harmonies of #B0559B
Complementary color
Monochromatic Colors of #B0559B
Black with #B0559B
Text Example
Text Example
White with #B0559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0559B; }
p { color: rgb(176,85,155); }
H1.HeaderClassName
{
color: #B0559B;
}
.AnyTagClassName
{
color: #B0559B;
}
</style>
background-color css
<style>
a { background-color: #B0559B; }
a { background-color: rgb(176,85,155); }
div.DivClassName
{
background-color: #B0559B;
}
.BgClassName
{
background-color: #B0559B;
}
</style>
border-color css
<style>
span { border-color: #B0559B; }
span { border-color: rgb(176,85,155); }
td.TdClassName
{
border-color: #B0559B;
}
.TagClassName
{
border-color: #B0559B;
}
</style>