Shades of Violet Blue #B0579D
Tints of Violet Blue #B0579D
RGB
CMYK
RGB Variations
Color information
#B0579D (or 0xB0579D) is known color: Violet Blue. HEX triplet: B0, 57 and 9D. RGB value is (176,87,157). Sum of RGB (Red+Green+Blue) = 176+87+157=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0579D is #4FA862. Grayscale: #797979. Windows color (decimal): -5220451 or 10311600. OLE color: 10311600.
HSL color Cylindrical-coordinate representation of color #B0579D: hue angle of 312.81º 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 #B0579D is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 157 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.31 |
| HSL | 312.81º | 0.36% | 0.52% | - |
| HSV(B) | 312.81º | 0.51% | 0.69% | - |
| XYZ | 27.4 | 18.48 | 34.02 | - |
| YUV | 121.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 157 | 0 | 0.51 | 0.11 | 0.31 | 312.81 | 0.36 | 0.52 |
| Hex | B0 | 57 | 9D | 0 | 33 | B | 1F | 139 | 24 | 34 |
| Octal | 260 | 127 | 235 | 0 | 63 | 13 | 37 | 471 | 44 | 64 |
| Binary | 10110000 | 1010111 | 10011101 | 0 | 110011 | 1011 | 11111 | 100111001 | 100100 | 110100 |
Color Harmonies of #B0579D
Complementary color
Monochromatic Colors of #B0579D
Black with #B0579D
Text Example
Text Example
White with #B0579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0579D; }
p { color: rgb(176,87,157); }
H1.HeaderClassName
{
color: #B0579D;
}
.AnyTagClassName
{
color: #B0579D;
}
</style>
background-color css
<style>
a { background-color: #B0579D; }
a { background-color: rgb(176,87,157); }
div.DivClassName
{
background-color: #B0579D;
}
.BgClassName
{
background-color: #B0579D;
}
</style>
border-color css
<style>
span { border-color: #B0579D; }
span { border-color: rgb(176,87,157); }
td.TdClassName
{
border-color: #B0579D;
}
.TagClassName
{
border-color: #B0579D;
}
</style>