Shades of Violet Blue #B0579B
Tints of Violet Blue #B0579B
RGB
CMYK
RGB Variations
Color information
#B0579B (or 0xB0579B) is known color: Violet Blue. HEX triplet: B0, 57 and 9B. RGB value is (176,87,155). Sum of RGB (Red+Green+Blue) = 176+87+155=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0579B is #4FA864. Grayscale: #797979. Windows color (decimal): -5220453 or 10180528. OLE color: 10180528.
HSL color Cylindrical-coordinate representation of color #B0579B: hue angle of 314.16º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0579B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 155 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.31 |
| HSL | 314.16º | 0.36% | 0.52% | - |
| HSV(B) | 314.16º | 0.51% | 0.69% | - |
| XYZ | 27.23 | 18.41 | 33.13 | - |
| YUV | 121.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 155 | 0 | 0.51 | 0.12 | 0.31 | 314.16 | 0.36 | 0.52 |
| Hex | B0 | 57 | 9B | 0 | 33 | C | 1F | 13A | 24 | 34 |
| Octal | 260 | 127 | 233 | 0 | 63 | 14 | 37 | 472 | 44 | 64 |
| Binary | 10110000 | 1010111 | 10011011 | 0 | 110011 | 1100 | 11111 | 100111010 | 100100 | 110100 |
Color Harmonies of #B0579B
Complementary color
Monochromatic Colors of #B0579B
Black with #B0579B
Text Example
Text Example
White with #B0579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0579B; }
p { color: rgb(176,87,155); }
H1.HeaderClassName
{
color: #B0579B;
}
.AnyTagClassName
{
color: #B0579B;
}
</style>
background-color css
<style>
a { background-color: #B0579B; }
a { background-color: rgb(176,87,155); }
div.DivClassName
{
background-color: #B0579B;
}
.BgClassName
{
background-color: #B0579B;
}
</style>
border-color css
<style>
span { border-color: #B0579B; }
span { border-color: rgb(176,87,155); }
td.TdClassName
{
border-color: #B0579B;
}
.TagClassName
{
border-color: #B0579B;
}
</style>