Shades of Deep Magenta #B519B0
Tints of Deep Magenta #B519B0
RGB
CMYK
RGB Variations
Color information
#B519B0 (or 0xB519B0) is known color: Deep Magenta. HEX triplet: B5, 19 and B0. RGB value is (181,25,176). Sum of RGB (Red+Green+Blue) = 181+25+176=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B519B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519B0 is #4AE64F. Grayscale: #585858. Windows color (decimal): -4908624 or 11540917. OLE color: 11540917.
HSL color Cylindrical-coordinate representation of color #B519B0: hue angle of 301.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B519B0 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 176 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.29 |
| HSL | 301.92º | 0.76% | 0.4% | - |
| HSV(B) | 301.92º | 0.86% | 0.71% | - |
| XYZ | 27.24 | 13.65 | 42.27 | - |
| YUV | 88.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 176 | 0 | 0.86 | 0.03 | 0.29 | 301.92 | 0.76 | 0.4 |
| Hex | B5 | 19 | B0 | 0 | 56 | 3 | 1D | 12E | 4C | 28 |
| Octal | 265 | 31 | 260 | 0 | 126 | 3 | 35 | 456 | 114 | 50 |
| Binary | 10110101 | 11001 | 10110000 | 0 | 1010110 | 11 | 11101 | 100101110 | 1001100 | 101000 |
Color Harmonies of #B519B0
Complementary color
Monochromatic Colors of #B519B0
Black with #B519B0
Text Example
Text Example
White with #B519B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519B0; }
p { color: rgb(181,25,176); }
H1.HeaderClassName
{
color: #B519B0;
}
.AnyTagClassName
{
color: #B519B0;
}
</style>
background-color css
<style>
a { background-color: #B519B0; }
a { background-color: rgb(181,25,176); }
div.DivClassName
{
background-color: #B519B0;
}
.BgClassName
{
background-color: #B519B0;
}
</style>
border-color css
<style>
span { border-color: #B519B0; }
span { border-color: rgb(181,25,176); }
td.TdClassName
{
border-color: #B519B0;
}
.TagClassName
{
border-color: #B519B0;
}
</style>