Shades of Deep Magenta #BE04CE
Tints of Deep Magenta #BE04CE
RGB
CMYK
RGB Variations
Color information
#BE04CE (or 0xBE04CE) is known color: Deep Magenta. HEX triplet: BE, 04 and CE. RGB value is (190,4,206). Sum of RGB (Red+Green+Blue) = 190+4+206=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04CE is #41FB31. Grayscale: #525252. Windows color (decimal): -4324146 or 13501630. OLE color: 13501630.
HSL color Cylindrical-coordinate representation of color #BE04CE: hue angle of 295.25º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04CE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 4 | 206 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.19 |
| HSL | 295.25º | 0.96% | 0.41% | - |
| HSV(B) | 295.25º | 0.98% | 0.81% | - |
| XYZ | 32.42 | 15.49 | 59.67 | - |
| YUV | 82.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 206 | 0.08 | 0.98 | 0 | 0.19 | 295.25 | 0.96 | 0.41 |
| Hex | BE | 4 | CE | 8 | 62 | 0 | 13 | 127 | 60 | 29 |
| Octal | 276 | 4 | 316 | 10 | 142 | 0 | 23 | 447 | 140 | 51 |
| Binary | 10111110 | 100 | 11001110 | 1000 | 1100010 | 0 | 10011 | 100100111 | 1100000 | 101001 |
Color Harmonies of #BE04CE
Complementary color
Monochromatic Colors of #BE04CE
Black with #BE04CE
Text Example
Text Example
White with #BE04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04CE; }
p { color: rgb(190,4,206); }
H1.HeaderClassName
{
color: #BE04CE;
}
.AnyTagClassName
{
color: #BE04CE;
}
</style>
background-color css
<style>
a { background-color: #BE04CE; }
a { background-color: rgb(190,4,206); }
div.DivClassName
{
background-color: #BE04CE;
}
.BgClassName
{
background-color: #BE04CE;
}
</style>
border-color css
<style>
span { border-color: #BE04CE; }
span { border-color: rgb(190,4,206); }
td.TdClassName
{
border-color: #BE04CE;
}
.TagClassName
{
border-color: #BE04CE;
}
</style>