Shades of Deep Magenta #BE04DD
Tints of Deep Magenta #BE04DD
RGB
CMYK
RGB Variations
Color information
#BE04DD (or 0xBE04DD) is known color: Deep Magenta. HEX triplet: BE, 04 and DD. RGB value is (190,4,221). Sum of RGB (Red+Green+Blue) = 190+4+221=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04DD is #41FB22. Grayscale: #535353. Windows color (decimal): -4324131 or 14484670. OLE color: 14484670.
HSL color Cylindrical-coordinate representation of color #BE04DD: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04DD is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 4 | 221 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.13 |
| HSL | 291.43º | 0.96% | 0.44% | - |
| HSV(B) | 291.43º | 0.98% | 0.87% | - |
| XYZ | 34.33 | 16.25 | 69.73 | - |
| YUV | 84.35 | 205.12 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 221 | 0.14 | 0.98 | 0 | 0.13 | 291.43 | 0.96 | 0.44 |
| Hex | BE | 4 | DD | E | 62 | 0 | D | 123 | 60 | 2C |
| Octal | 276 | 4 | 335 | 16 | 142 | 0 | 15 | 443 | 140 | 54 |
| Binary | 10111110 | 100 | 11011101 | 1110 | 1100010 | 0 | 1101 | 100100011 | 1100000 | 101100 |
Color Harmonies of #BE04DD
Complementary color
Monochromatic Colors of #BE04DD
Black with #BE04DD
Text Example
Text Example
White with #BE04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04DD; }
p { color: rgb(190,4,221); }
H1.HeaderClassName
{
color: #BE04DD;
}
.AnyTagClassName
{
color: #BE04DD;
}
</style>
background-color css
<style>
a { background-color: #BE04DD; }
a { background-color: rgb(190,4,221); }
div.DivClassName
{
background-color: #BE04DD;
}
.BgClassName
{
background-color: #BE04DD;
}
</style>
border-color css
<style>
span { border-color: #BE04DD; }
span { border-color: rgb(190,4,221); }
td.TdClassName
{
border-color: #BE04DD;
}
.TagClassName
{
border-color: #BE04DD;
}
</style>