Shades of Deep Magenta #BE21DC
Tints of Deep Magenta #BE21DC
RGB
CMYK
RGB Variations
Color information
#BE21DC (or 0xBE21DC) is known color: Deep Magenta. HEX triplet: BE, 21 and DC. RGB value is (190,33,220). Sum of RGB (Red+Green+Blue) = 190+33+220=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21DC is #41DE23. Grayscale: #646464. Windows color (decimal): -4316708 or 14426558. OLE color: 14426558.
HSL color Cylindrical-coordinate representation of color #BE21DC: hue angle of 290.37º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE21DC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 33 | 220 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.14 |
| HSL | 290.37º | 0.74% | 0.5% | - |
| HSV(B) | 290.37º | 0.85% | 0.86% | - |
| XYZ | 34.7 | 17.2 | 69.2 | - |
| YUV | 101.26 | 195.01 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 220 | 0.14 | 0.85 | 0 | 0.14 | 290.37 | 0.74 | 0.5 |
| Hex | BE | 21 | DC | E | 55 | 0 | E | 122 | 4A | 32 |
| Octal | 276 | 41 | 334 | 16 | 125 | 0 | 16 | 442 | 112 | 62 |
| Binary | 10111110 | 100001 | 11011100 | 1110 | 1010101 | 0 | 1110 | 100100010 | 1001010 | 110010 |
Color Harmonies of #BE21DC
Complementary color
Monochromatic Colors of #BE21DC
Black with #BE21DC
Text Example
Text Example
White with #BE21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21DC; }
p { color: rgb(190,33,220); }
H1.HeaderClassName
{
color: #BE21DC;
}
.AnyTagClassName
{
color: #BE21DC;
}
</style>
background-color css
<style>
a { background-color: #BE21DC; }
a { background-color: rgb(190,33,220); }
div.DivClassName
{
background-color: #BE21DC;
}
.BgClassName
{
background-color: #BE21DC;
}
</style>
border-color css
<style>
span { border-color: #BE21DC; }
span { border-color: rgb(190,33,220); }
td.TdClassName
{
border-color: #BE21DC;
}
.TagClassName
{
border-color: #BE21DC;
}
</style>