Shades of Deep Magenta #B519DD
Tints of Deep Magenta #B519DD
RGB
CMYK
RGB Variations
Color information
#B519DD (or 0xB519DD) is known color: Deep Magenta. HEX triplet: B5, 19 and DD. RGB value is (181,25,221). Sum of RGB (Red+Green+Blue) = 181+25+221=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #B519DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519DD is #4AE622. Grayscale: #5D5D5D. Windows color (decimal): -4908579 or 14490037. OLE color: 14490037.
HSL color Cylindrical-coordinate representation of color #B519DD: hue angle of 287.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B519DD is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 25 | 221 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.13 |
| HSL | 287.76º | 0.8% | 0.48% | - |
| HSV(B) | 287.76º | 0.89% | 0.87% | - |
| XYZ | 32.45 | 15.74 | 69.73 | - |
| YUV | 93.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 221 | 0.18 | 0.89 | 0 | 0.13 | 287.76 | 0.8 | 0.48 |
| Hex | B5 | 19 | DD | 12 | 59 | 0 | D | 120 | 50 | 30 |
| Octal | 265 | 31 | 335 | 22 | 131 | 0 | 15 | 440 | 120 | 60 |
| Binary | 10110101 | 11001 | 11011101 | 10010 | 1011001 | 0 | 1101 | 100100000 | 1010000 | 110000 |
Color Harmonies of #B519DD
Complementary color
Monochromatic Colors of #B519DD
Black with #B519DD
Text Example
Text Example
White with #B519DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519DD; }
p { color: rgb(181,25,221); }
H1.HeaderClassName
{
color: #B519DD;
}
.AnyTagClassName
{
color: #B519DD;
}
</style>
background-color css
<style>
a { background-color: #B519DD; }
a { background-color: rgb(181,25,221); }
div.DivClassName
{
background-color: #B519DD;
}
.BgClassName
{
background-color: #B519DD;
}
</style>
border-color css
<style>
span { border-color: #B519DD; }
span { border-color: rgb(181,25,221); }
td.TdClassName
{
border-color: #B519DD;
}
.TagClassName
{
border-color: #B519DD;
}
</style>