Shades of Deep Magenta #BE02DD
Tints of Deep Magenta #BE02DD
RGB
CMYK
RGB Variations
Color information
#BE02DD (or 0xBE02DD) is known color: Deep Magenta. HEX triplet: BE, 02 and DD. RGB value is (190,2,221). Sum of RGB (Red+Green+Blue) = 190+2+221=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02DD is #41FD22. Grayscale: #525252. Windows color (decimal): -4324643 or 14484158. OLE color: 14484158.
HSL color Cylindrical-coordinate representation of color #BE02DD: hue angle of 291.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02DD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 2 | 221 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.13 |
| HSL | 291.51º | 0.98% | 0.44% | - |
| HSV(B) | 291.51º | 0.99% | 0.87% | - |
| XYZ | 34.31 | 16.21 | 69.73 | - |
| YUV | 83.18 | 205.78 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 221 | 0.14 | 0.99 | 0 | 0.13 | 291.51 | 0.98 | 0.44 |
| Hex | BE | 2 | DD | E | 63 | 0 | D | 124 | 62 | 2C |
| Octal | 276 | 2 | 335 | 16 | 143 | 0 | 15 | 444 | 142 | 54 |
| Binary | 10111110 | 10 | 11011101 | 1110 | 1100011 | 0 | 1101 | 100100100 | 1100010 | 101100 |
Color Harmonies of #BE02DD
Complementary color
Monochromatic Colors of #BE02DD
Black with #BE02DD
Text Example
Text Example
White with #BE02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02DD; }
p { color: rgb(190,2,221); }
H1.HeaderClassName
{
color: #BE02DD;
}
.AnyTagClassName
{
color: #BE02DD;
}
</style>
background-color css
<style>
a { background-color: #BE02DD; }
a { background-color: rgb(190,2,221); }
div.DivClassName
{
background-color: #BE02DD;
}
.BgClassName
{
background-color: #BE02DD;
}
</style>
border-color css
<style>
span { border-color: #BE02DD; }
span { border-color: rgb(190,2,221); }
td.TdClassName
{
border-color: #BE02DD;
}
.TagClassName
{
border-color: #BE02DD;
}
</style>