Shades of Violet Blue #B0519F
Tints of Violet Blue #B0519F
RGB
CMYK
RGB Variations
Color information
#B0519F (or 0xB0519F) is known color: Violet Blue. HEX triplet: B0, 51 and 9F. RGB value is (176,81,159). Sum of RGB (Red+Green+Blue) = 176+81+159=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0519F is #4FAE60. Grayscale: #767676. Windows color (decimal): -5221985 or 10441136. OLE color: 10441136.
HSL color Cylindrical-coordinate representation of color #B0519F: hue angle of 310.74º 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 #B0519F is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 159 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.31 |
| HSL | 310.74º | 0.38% | 0.5% | - |
| HSV(B) | 310.74º | 0.54% | 0.69% | - |
| XYZ | 27.1 | 17.62 | 34.77 | - |
| YUV | 118.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 159 | 0 | 0.54 | 0.10 | 0.31 | 310.74 | 0.38 | 0.5 |
| Hex | B0 | 51 | 9F | 0 | 36 | A | 1F | 137 | 26 | 32 |
| Octal | 260 | 121 | 237 | 0 | 66 | 12 | 37 | 467 | 46 | 62 |
| Binary | 10110000 | 1010001 | 10011111 | 0 | 110110 | 1010 | 11111 | 100110111 | 100110 | 110010 |
Color Harmonies of #B0519F
Complementary color
Monochromatic Colors of #B0519F
Black with #B0519F
Text Example
Text Example
White with #B0519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0519F; }
p { color: rgb(176,81,159); }
H1.HeaderClassName
{
color: #B0519F;
}
.AnyTagClassName
{
color: #B0519F;
}
</style>
background-color css
<style>
a { background-color: #B0519F; }
a { background-color: rgb(176,81,159); }
div.DivClassName
{
background-color: #B0519F;
}
.BgClassName
{
background-color: #B0519F;
}
</style>
border-color css
<style>
span { border-color: #B0519F; }
span { border-color: rgb(176,81,159); }
td.TdClassName
{
border-color: #B0519F;
}
.TagClassName
{
border-color: #B0519F;
}
</style>