Shades of Deep Magenta #BE19DD
Tints of Deep Magenta #BE19DD
RGB
CMYK
RGB Variations
Color information
#BE19DD (or 0xBE19DD) is known color: Deep Magenta. HEX triplet: BE, 19 and DD. RGB value is (190,25,221). Sum of RGB (Red+Green+Blue) = 190+25+221=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19DD is #41E622. Grayscale: #606060. Windows color (decimal): -4318755 or 14490046. OLE color: 14490046.
HSL color Cylindrical-coordinate representation of color #BE19DD: hue angle of 290.51º 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 #BE19DD is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 25 | 221 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.13 |
| HSL | 290.51º | 0.8% | 0.48% | - |
| HSV(B) | 290.51º | 0.89% | 0.87% | - |
| XYZ | 34.63 | 16.86 | 69.84 | - |
| YUV | 96.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 221 | 0.14 | 0.89 | 0 | 0.13 | 290.51 | 0.8 | 0.48 |
| Hex | BE | 19 | DD | E | 59 | 0 | D | 123 | 50 | 30 |
| Octal | 276 | 31 | 335 | 16 | 131 | 0 | 15 | 443 | 120 | 60 |
| Binary | 10111110 | 11001 | 11011101 | 1110 | 1011001 | 0 | 1101 | 100100011 | 1010000 | 110000 |
Color Harmonies of #BE19DD
Complementary color
Monochromatic Colors of #BE19DD
Black with #BE19DD
Text Example
Text Example
White with #BE19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19DD; }
p { color: rgb(190,25,221); }
H1.HeaderClassName
{
color: #BE19DD;
}
.AnyTagClassName
{
color: #BE19DD;
}
</style>
background-color css
<style>
a { background-color: #BE19DD; }
a { background-color: rgb(190,25,221); }
div.DivClassName
{
background-color: #BE19DD;
}
.BgClassName
{
background-color: #BE19DD;
}
</style>
border-color css
<style>
span { border-color: #BE19DD; }
span { border-color: rgb(190,25,221); }
td.TdClassName
{
border-color: #BE19DD;
}
.TagClassName
{
border-color: #BE19DD;
}
</style>