Shades of Deep Magenta #BD19DD
Tints of Deep Magenta #BD19DD
RGB
CMYK
RGB Variations
Color information
#BD19DD (or 0xBD19DD) is known color: Deep Magenta. HEX triplet: BD, 19 and DD. RGB value is (189,25,221). Sum of RGB (Red+Green+Blue) = 189+25+221=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19DD is #42E622. Grayscale: #5F5F5F. Windows color (decimal): -4384291 or 14490045. OLE color: 14490045.
HSL color Cylindrical-coordinate representation of color #BD19DD: hue angle of 290.2º 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 #BD19DD is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 25 | 221 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.13 |
| HSL | 290.2º | 0.8% | 0.48% | - |
| HSV(B) | 290.2º | 0.89% | 0.87% | - |
| XYZ | 34.39 | 16.73 | 69.82 | - |
| YUV | 96.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 221 | 0.14 | 0.89 | 0 | 0.13 | 290.2 | 0.8 | 0.48 |
| Hex | BD | 19 | DD | E | 59 | 0 | D | 122 | 50 | 30 |
| Octal | 275 | 31 | 335 | 16 | 131 | 0 | 15 | 442 | 120 | 60 |
| Binary | 10111101 | 11001 | 11011101 | 1110 | 1011001 | 0 | 1101 | 100100010 | 1010000 | 110000 |
Color Harmonies of #BD19DD
Complementary color
Monochromatic Colors of #BD19DD
Black with #BD19DD
Text Example
Text Example
White with #BD19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19DD; }
p { color: rgb(189,25,221); }
H1.HeaderClassName
{
color: #BD19DD;
}
.AnyTagClassName
{
color: #BD19DD;
}
</style>
background-color css
<style>
a { background-color: #BD19DD; }
a { background-color: rgb(189,25,221); }
div.DivClassName
{
background-color: #BD19DD;
}
.BgClassName
{
background-color: #BD19DD;
}
</style>
border-color css
<style>
span { border-color: #BD19DD; }
span { border-color: rgb(189,25,221); }
td.TdClassName
{
border-color: #BD19DD;
}
.TagClassName
{
border-color: #BD19DD;
}
</style>