Shades of Deep Magenta #BE21D9
Tints of Deep Magenta #BE21D9
RGB
CMYK
RGB Variations
Color information
#BE21D9 (or 0xBE21D9) is known color: Deep Magenta. HEX triplet: BE, 21 and D9. RGB value is (190,33,217). Sum of RGB (Red+Green+Blue) = 190+33+217=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE21D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21D9 is #41DE26. Grayscale: #646464. Windows color (decimal): -4316711 or 14229950. OLE color: 14229950.
HSL color Cylindrical-coordinate representation of color #BE21D9: hue angle of 291.2º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE21D9 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 33 | 217 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.15 |
| HSL | 291.2º | 0.74% | 0.49% | - |
| HSV(B) | 291.2º | 0.85% | 0.85% | - |
| XYZ | 34.3 | 17.04 | 67.13 | - |
| YUV | 100.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 217 | 0.12 | 0.85 | 0 | 0.15 | 291.2 | 0.74 | 0.49 |
| Hex | BE | 21 | D9 | C | 55 | 0 | F | 123 | 4A | 31 |
| Octal | 276 | 41 | 331 | 14 | 125 | 0 | 17 | 443 | 112 | 61 |
| Binary | 10111110 | 100001 | 11011001 | 1100 | 1010101 | 0 | 1111 | 100100011 | 1001010 | 110001 |
Color Harmonies of #BE21D9
Complementary color
Monochromatic Colors of #BE21D9
Black with #BE21D9
Text Example
Text Example
White with #BE21D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21D9; }
p { color: rgb(190,33,217); }
H1.HeaderClassName
{
color: #BE21D9;
}
.AnyTagClassName
{
color: #BE21D9;
}
</style>
background-color css
<style>
a { background-color: #BE21D9; }
a { background-color: rgb(190,33,217); }
div.DivClassName
{
background-color: #BE21D9;
}
.BgClassName
{
background-color: #BE21D9;
}
</style>
border-color css
<style>
span { border-color: #BE21D9; }
span { border-color: rgb(190,33,217); }
td.TdClassName
{
border-color: #BE21D9;
}
.TagClassName
{
border-color: #BE21D9;
}
</style>