Shades of Deep Magenta #BE21CE
Tints of Deep Magenta #BE21CE
RGB
CMYK
RGB Variations
Color information
#BE21CE (or 0xBE21CE) is known color: Deep Magenta. HEX triplet: BE, 21 and CE. RGB value is (190,33,206). Sum of RGB (Red+Green+Blue) = 190+33+206=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21CE is #41DE31. Grayscale: #636363. Windows color (decimal): -4316722 or 13509054. OLE color: 13509054.
HSL color Cylindrical-coordinate representation of color #BE21CE: hue angle of 294.45º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE21CE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 33 | 206 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.19 |
| HSL | 294.45º | 0.72% | 0.47% | - |
| HSV(B) | 294.45º | 0.84% | 0.81% | - |
| XYZ | 32.92 | 16.49 | 59.84 | - |
| YUV | 99.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 206 | 0.08 | 0.84 | 0 | 0.19 | 294.45 | 0.72 | 0.47 |
| Hex | BE | 21 | CE | 8 | 54 | 0 | 13 | 126 | 48 | 2F |
| Octal | 276 | 41 | 316 | 10 | 124 | 0 | 23 | 446 | 110 | 57 |
| Binary | 10111110 | 100001 | 11001110 | 1000 | 1010100 | 0 | 10011 | 100100110 | 1001000 | 101111 |
Color Harmonies of #BE21CE
Complementary color
Monochromatic Colors of #BE21CE
Black with #BE21CE
Text Example
Text Example
White with #BE21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21CE; }
p { color: rgb(190,33,206); }
H1.HeaderClassName
{
color: #BE21CE;
}
.AnyTagClassName
{
color: #BE21CE;
}
</style>
background-color css
<style>
a { background-color: #BE21CE; }
a { background-color: rgb(190,33,206); }
div.DivClassName
{
background-color: #BE21CE;
}
.BgClassName
{
background-color: #BE21CE;
}
</style>
border-color css
<style>
span { border-color: #BE21CE; }
span { border-color: rgb(190,33,206); }
td.TdClassName
{
border-color: #BE21CE;
}
.TagClassName
{
border-color: #BE21CE;
}
</style>