Shades of Violet Blue #B2519C
Tints of Violet Blue #B2519C
RGB
CMYK
RGB Variations
Color information
#B2519C (or 0xB2519C) is known color: Violet Blue. HEX triplet: B2, 51 and 9C. RGB value is (178,81,156). Sum of RGB (Red+Green+Blue) = 178+81+156=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2519C is #4DAE63. Grayscale: #767676. Windows color (decimal): -5090916 or 10244530. OLE color: 10244530.
HSL color Cylindrical-coordinate representation of color #B2519C: hue angle of 313.61º 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 #B2519C is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 156 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.30 |
| HSL | 313.61º | 0.39% | 0.51% | - |
| HSV(B) | 313.61º | 0.54% | 0.7% | - |
| XYZ | 27.3 | 17.75 | 33.44 | - |
| YUV | 118.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 156 | 0 | 0.54 | 0.12 | 0.30 | 313.61 | 0.39 | 0.51 |
| Hex | B2 | 51 | 9C | 0 | 36 | C | 1E | 13A | 27 | 33 |
| Octal | 262 | 121 | 234 | 0 | 66 | 14 | 36 | 472 | 47 | 63 |
| Binary | 10110010 | 1010001 | 10011100 | 0 | 110110 | 1100 | 11110 | 100111010 | 100111 | 110011 |
Color Harmonies of #B2519C
Complementary color
Monochromatic Colors of #B2519C
Black with #B2519C
Text Example
Text Example
White with #B2519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2519C; }
p { color: rgb(178,81,156); }
H1.HeaderClassName
{
color: #B2519C;
}
.AnyTagClassName
{
color: #B2519C;
}
</style>
background-color css
<style>
a { background-color: #B2519C; }
a { background-color: rgb(178,81,156); }
div.DivClassName
{
background-color: #B2519C;
}
.BgClassName
{
background-color: #B2519C;
}
</style>
border-color css
<style>
span { border-color: #B2519C; }
span { border-color: rgb(178,81,156); }
td.TdClassName
{
border-color: #B2519C;
}
.TagClassName
{
border-color: #B2519C;
}
</style>