Shades of Deep Magenta #BE04DA
Tints of Deep Magenta #BE04DA
RGB
CMYK
RGB Variations
Color information
#BE04DA (or 0xBE04DA) is known color: Deep Magenta. HEX triplet: BE, 04 and DA. RGB value is (190,4,218). Sum of RGB (Red+Green+Blue) = 190+4+218=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04DA is #41FB25. Grayscale: #535353. Windows color (decimal): -4324134 or 14288062. OLE color: 14288062.
HSL color Cylindrical-coordinate representation of color #BE04DA: hue angle of 292.15º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04DA is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 4 | 218 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.15 |
| HSL | 292.15º | 0.96% | 0.44% | - |
| HSV(B) | 292.15º | 0.98% | 0.85% | - |
| XYZ | 33.93 | 16.1 | 67.65 | - |
| YUV | 84.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 218 | 0.13 | 0.98 | 0 | 0.15 | 292.15 | 0.96 | 0.44 |
| Hex | BE | 4 | DA | D | 62 | 0 | F | 124 | 60 | 2C |
| Octal | 276 | 4 | 332 | 15 | 142 | 0 | 17 | 444 | 140 | 54 |
| Binary | 10111110 | 100 | 11011010 | 1101 | 1100010 | 0 | 1111 | 100100100 | 1100000 | 101100 |
Color Harmonies of #BE04DA
Complementary color
Monochromatic Colors of #BE04DA
Black with #BE04DA
Text Example
Text Example
White with #BE04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04DA; }
p { color: rgb(190,4,218); }
H1.HeaderClassName
{
color: #BE04DA;
}
.AnyTagClassName
{
color: #BE04DA;
}
</style>
background-color css
<style>
a { background-color: #BE04DA; }
a { background-color: rgb(190,4,218); }
div.DivClassName
{
background-color: #BE04DA;
}
.BgClassName
{
background-color: #BE04DA;
}
</style>
border-color css
<style>
span { border-color: #BE04DA; }
span { border-color: rgb(190,4,218); }
td.TdClassName
{
border-color: #BE04DA;
}
.TagClassName
{
border-color: #BE04DA;
}
</style>