Shades of Deep Magenta #BD19E0
Tints of Deep Magenta #BD19E0
RGB
CMYK
RGB Variations
Color information
#BD19E0 (or 0xBD19E0) is known color: Deep Magenta. HEX triplet: BD, 19 and E0. RGB value is (189,25,224). Sum of RGB (Red+Green+Blue) = 189+25+224=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD19E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19E0 is #42E61F. Grayscale: #606060. Windows color (decimal): -4384288 or 14686653. OLE color: 14686653.
HSL color Cylindrical-coordinate representation of color #BD19E0: hue angle of 289.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD19E0 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 25 | 224 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.12 |
| HSL | 289.45º | 0.8% | 0.49% | - |
| HSV(B) | 289.45º | 0.89% | 0.88% | - |
| XYZ | 34.79 | 16.9 | 71.95 | - |
| YUV | 96.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 224 | 0.16 | 0.89 | 0 | 0.12 | 289.45 | 0.8 | 0.49 |
| Hex | BD | 19 | E0 | 10 | 59 | 0 | C | 121 | 50 | 31 |
| Octal | 275 | 31 | 340 | 20 | 131 | 0 | 14 | 441 | 120 | 61 |
| Binary | 10111101 | 11001 | 11100000 | 10000 | 1011001 | 0 | 1100 | 100100001 | 1010000 | 110001 |
Color Harmonies of #BD19E0
Complementary color
Monochromatic Colors of #BD19E0
Black with #BD19E0
Text Example
Text Example
White with #BD19E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19E0; }
p { color: rgb(189,25,224); }
H1.HeaderClassName
{
color: #BD19E0;
}
.AnyTagClassName
{
color: #BD19E0;
}
</style>
background-color css
<style>
a { background-color: #BD19E0; }
a { background-color: rgb(189,25,224); }
div.DivClassName
{
background-color: #BD19E0;
}
.BgClassName
{
background-color: #BD19E0;
}
</style>
border-color css
<style>
span { border-color: #BD19E0; }
span { border-color: rgb(189,25,224); }
td.TdClassName
{
border-color: #BD19E0;
}
.TagClassName
{
border-color: #BD19E0;
}
</style>