Shades of Violet Blue #B2519D
Tints of Violet Blue #B2519D
RGB
CMYK
RGB Variations
Color information
#B2519D (or 0xB2519D) is known color: Violet Blue. HEX triplet: B2, 51 and 9D. RGB value is (178,81,157). Sum of RGB (Red+Green+Blue) = 178+81+157=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2519D is #4DAE62. Grayscale: #767676. Windows color (decimal): -5090915 or 10310066. OLE color: 10310066.
HSL color Cylindrical-coordinate representation of color #B2519D: hue angle of 312.99º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2519D is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 157 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.30 |
| HSL | 312.99º | 0.39% | 0.51% | - |
| HSV(B) | 312.99º | 0.54% | 0.7% | - |
| XYZ | 27.39 | 17.78 | 33.89 | - |
| YUV | 118.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 157 | 0 | 0.54 | 0.12 | 0.30 | 312.99 | 0.39 | 0.51 |
| Hex | B2 | 51 | 9D | 0 | 36 | C | 1E | 139 | 27 | 33 |
| Octal | 262 | 121 | 235 | 0 | 66 | 14 | 36 | 471 | 47 | 63 |
| Binary | 10110010 | 1010001 | 10011101 | 0 | 110110 | 1100 | 11110 | 100111001 | 100111 | 110011 |
Color Harmonies of #B2519D
Complementary color
Monochromatic Colors of #B2519D
Black with #B2519D
Text Example
Text Example
White with #B2519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2519D; }
p { color: rgb(178,81,157); }
H1.HeaderClassName
{
color: #B2519D;
}
.AnyTagClassName
{
color: #B2519D;
}
</style>
background-color css
<style>
a { background-color: #B2519D; }
a { background-color: rgb(178,81,157); }
div.DivClassName
{
background-color: #B2519D;
}
.BgClassName
{
background-color: #B2519D;
}
</style>
border-color css
<style>
span { border-color: #B2519D; }
span { border-color: rgb(178,81,157); }
td.TdClassName
{
border-color: #B2519D;
}
.TagClassName
{
border-color: #B2519D;
}
</style>