Shades of Deep Magenta #BE02CE
Tints of Deep Magenta #BE02CE
RGB
CMYK
RGB Variations
Color information
#BE02CE (or 0xBE02CE) is known color: Deep Magenta. HEX triplet: BE, 02 and CE. RGB value is (190,2,206). Sum of RGB (Red+Green+Blue) = 190+2+206=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02CE is #41FD31. Grayscale: #505050. Windows color (decimal): -4324658 or 13501118. OLE color: 13501118.
HSL color Cylindrical-coordinate representation of color #BE02CE: hue angle of 295.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02CE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 2 | 206 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.19 |
| HSL | 295.29º | 0.98% | 0.41% | - |
| HSV(B) | 295.29º | 0.99% | 0.81% | - |
| XYZ | 32.4 | 15.45 | 59.67 | - |
| YUV | 81.47 | 198.28 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 206 | 0.08 | 0.99 | 0 | 0.19 | 295.29 | 0.98 | 0.41 |
| Hex | BE | 2 | CE | 8 | 63 | 0 | 13 | 127 | 62 | 29 |
| Octal | 276 | 2 | 316 | 10 | 143 | 0 | 23 | 447 | 142 | 51 |
| Binary | 10111110 | 10 | 11001110 | 1000 | 1100011 | 0 | 10011 | 100100111 | 1100010 | 101001 |
Color Harmonies of #BE02CE
Complementary color
Monochromatic Colors of #BE02CE
Black with #BE02CE
Text Example
Text Example
White with #BE02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02CE; }
p { color: rgb(190,2,206); }
H1.HeaderClassName
{
color: #BE02CE;
}
.AnyTagClassName
{
color: #BE02CE;
}
</style>
background-color css
<style>
a { background-color: #BE02CE; }
a { background-color: rgb(190,2,206); }
div.DivClassName
{
background-color: #BE02CE;
}
.BgClassName
{
background-color: #BE02CE;
}
</style>
border-color css
<style>
span { border-color: #BE02CE; }
span { border-color: rgb(190,2,206); }
td.TdClassName
{
border-color: #BE02CE;
}
.TagClassName
{
border-color: #BE02CE;
}
</style>