Shades of Deep Magenta #BE00CE
Tints of Deep Magenta #BE00CE
RGB
CMYK
RGB Variations
Color information
#BE00CE (or 0xBE00CE) is known color: Deep Magenta. HEX triplet: BE, 00 and CE. RGB value is (190,0,206). Sum of RGB (Red+Green+Blue) = 190+0+206=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00CE is #41FF31. Grayscale: #4F4F4F. Windows color (decimal): -4325170 or 13500606. OLE color: 13500606.
HSL color Cylindrical-coordinate representation of color #BE00CE: hue angle of 295.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00CE is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 0 | 206 | - |
| CMYK | 0.08 | 1 | 0 | 0.19 |
| HSL | 295.34º | 1% | 0.4% | - |
| HSV(B) | 295.34º | 1% | 0.81% | - |
| XYZ | 32.38 | 15.4 | 59.66 | - |
| YUV | 80.29 | 198.95 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 206 | 0.08 | 1 | 0 | 0.19 | 295.34 | 1 | 0.4 |
| Hex | BE | 0 | CE | 8 | 64 | 0 | 13 | 127 | 64 | 28 |
| Octal | 276 | 0 | 316 | 10 | 144 | 0 | 23 | 447 | 144 | 50 |
| Binary | 10111110 | 0 | 11001110 | 1000 | 1100100 | 0 | 10011 | 100100111 | 1100100 | 101000 |
Color Harmonies of #BE00CE
Complementary color
Monochromatic Colors of #BE00CE
Black with #BE00CE
Text Example
Text Example
White with #BE00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE00CE; }
p { color: rgb(190,0,206); }
H1.HeaderClassName
{
color: #BE00CE;
}
.AnyTagClassName
{
color: #BE00CE;
}
</style>
background-color css
<style>
a { background-color: #BE00CE; }
a { background-color: rgb(190,0,206); }
div.DivClassName
{
background-color: #BE00CE;
}
.BgClassName
{
background-color: #BE00CE;
}
</style>
border-color css
<style>
span { border-color: #BE00CE; }
span { border-color: rgb(190,0,206); }
td.TdClassName
{
border-color: #BE00CE;
}
.TagClassName
{
border-color: #BE00CE;
}
</style>