Shades of Deep Magenta #BE20DD
Tints of Deep Magenta #BE20DD
RGB
CMYK
RGB Variations
Color information
#BE20DD (or 0xBE20DD) is known color: Deep Magenta. HEX triplet: BE, 20 and DD. RGB value is (190,32,221). Sum of RGB (Red+Green+Blue) = 190+32+221=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20DD is #41DF22. Grayscale: #646464. Windows color (decimal): -4316963 or 14491838. OLE color: 14491838.
HSL color Cylindrical-coordinate representation of color #BE20DD: hue angle of 290.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE20DD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 32 | 221 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.13 |
| HSL | 290.16º | 0.75% | 0.5% | - |
| HSV(B) | 290.16º | 0.86% | 0.87% | - |
| XYZ | 34.8 | 17.2 | 69.89 | - |
| YUV | 100.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 221 | 0.14 | 0.86 | 0 | 0.13 | 290.16 | 0.75 | 0.5 |
| Hex | BE | 20 | DD | E | 56 | 0 | D | 122 | 4B | 32 |
| Octal | 276 | 40 | 335 | 16 | 126 | 0 | 15 | 442 | 113 | 62 |
| Binary | 10111110 | 100000 | 11011101 | 1110 | 1010110 | 0 | 1101 | 100100010 | 1001011 | 110010 |
Color Harmonies of #BE20DD
Complementary color
Monochromatic Colors of #BE20DD
Black with #BE20DD
Text Example
Text Example
White with #BE20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20DD; }
p { color: rgb(190,32,221); }
H1.HeaderClassName
{
color: #BE20DD;
}
.AnyTagClassName
{
color: #BE20DD;
}
</style>
background-color css
<style>
a { background-color: #BE20DD; }
a { background-color: rgb(190,32,221); }
div.DivClassName
{
background-color: #BE20DD;
}
.BgClassName
{
background-color: #BE20DD;
}
</style>
border-color css
<style>
span { border-color: #BE20DD; }
span { border-color: rgb(190,32,221); }
td.TdClassName
{
border-color: #BE20DD;
}
.TagClassName
{
border-color: #BE20DD;
}
</style>