Shades of Violet Blue #B0519C
Tints of Violet Blue #B0519C
RGB
CMYK
RGB Variations
Color information
#B0519C (or 0xB0519C) is known color: Violet Blue. HEX triplet: B0, 51 and 9C. RGB value is (176,81,156). Sum of RGB (Red+Green+Blue) = 176+81+156=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0519C is #4FAE63. Grayscale: #757575. Windows color (decimal): -5221988 or 10244528. OLE color: 10244528.
HSL color Cylindrical-coordinate representation of color #B0519C: hue angle of 312.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0519C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 156 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.31 |
| HSL | 312.63º | 0.38% | 0.5% | - |
| HSV(B) | 312.63º | 0.54% | 0.69% | - |
| XYZ | 26.85 | 17.52 | 33.42 | - |
| YUV | 117.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 156 | 0 | 0.54 | 0.11 | 0.31 | 312.63 | 0.38 | 0.5 |
| Hex | B0 | 51 | 9C | 0 | 36 | B | 1F | 139 | 26 | 32 |
| Octal | 260 | 121 | 234 | 0 | 66 | 13 | 37 | 471 | 46 | 62 |
| Binary | 10110000 | 1010001 | 10011100 | 0 | 110110 | 1011 | 11111 | 100111001 | 100110 | 110010 |
Color Harmonies of #B0519C
Complementary color
Monochromatic Colors of #B0519C
Black with #B0519C
Text Example
Text Example
White with #B0519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0519C; }
p { color: rgb(176,81,156); }
H1.HeaderClassName
{
color: #B0519C;
}
.AnyTagClassName
{
color: #B0519C;
}
</style>
background-color css
<style>
a { background-color: #B0519C; }
a { background-color: rgb(176,81,156); }
div.DivClassName
{
background-color: #B0519C;
}
.BgClassName
{
background-color: #B0519C;
}
</style>
border-color css
<style>
span { border-color: #B0519C; }
span { border-color: rgb(176,81,156); }
td.TdClassName
{
border-color: #B0519C;
}
.TagClassName
{
border-color: #B0519C;
}
</style>