Shades of Deep Magenta #B519DC
Tints of Deep Magenta #B519DC
RGB
CMYK
RGB Variations
Color information
#B519DC (or 0xB519DC) is known color: Deep Magenta. HEX triplet: B5, 19 and DC. RGB value is (181,25,220). Sum of RGB (Red+Green+Blue) = 181+25+220=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #B519DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519DC is #4AE623. Grayscale: #5D5D5D. Windows color (decimal): -4908580 or 14424501. OLE color: 14424501.
HSL color Cylindrical-coordinate representation of color #B519DC: hue angle of 288º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B519DC is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 25 | 220 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.14 |
| HSL | 288º | 0.8% | 0.48% | - |
| HSV(B) | 288º | 0.89% | 0.86% | - |
| XYZ | 32.32 | 15.69 | 69.03 | - |
| YUV | 93.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 220 | 0.18 | 0.89 | 0 | 0.14 | 288 | 0.8 | 0.48 |
| Hex | B5 | 19 | DC | 12 | 59 | 0 | E | 120 | 50 | 30 |
| Octal | 265 | 31 | 334 | 22 | 131 | 0 | 16 | 440 | 120 | 60 |
| Binary | 10110101 | 11001 | 11011100 | 10010 | 1011001 | 0 | 1110 | 100100000 | 1010000 | 110000 |
Color Harmonies of #B519DC
Complementary color
Monochromatic Colors of #B519DC
Black with #B519DC
Text Example
Text Example
White with #B519DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519DC; }
p { color: rgb(181,25,220); }
H1.HeaderClassName
{
color: #B519DC;
}
.AnyTagClassName
{
color: #B519DC;
}
</style>
background-color css
<style>
a { background-color: #B519DC; }
a { background-color: rgb(181,25,220); }
div.DivClassName
{
background-color: #B519DC;
}
.BgClassName
{
background-color: #B519DC;
}
</style>
border-color css
<style>
span { border-color: #B519DC; }
span { border-color: rgb(181,25,220); }
td.TdClassName
{
border-color: #B519DC;
}
.TagClassName
{
border-color: #B519DC;
}
</style>