Shades of Deep Magenta #BE12CE
Tints of Deep Magenta #BE12CE
RGB
CMYK
RGB Variations
Color information
#BE12CE (or 0xBE12CE) is known color: Deep Magenta. HEX triplet: BE, 12 and CE. RGB value is (190,18,206). Sum of RGB (Red+Green+Blue) = 190+18+206=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12CE is #41ED31. Grayscale: #5A5A5A. Windows color (decimal): -4320562 or 13505214. OLE color: 13505214.
HSL color Cylindrical-coordinate representation of color #BE12CE: hue angle of 294.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE12CE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 18 | 206 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.19 |
| HSL | 294.89º | 0.84% | 0.44% | - |
| HSV(B) | 294.89º | 0.91% | 0.81% | - |
| XYZ | 32.59 | 15.84 | 59.73 | - |
| YUV | 90.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 206 | 0.08 | 0.91 | 0 | 0.19 | 294.89 | 0.84 | 0.44 |
| Hex | BE | 12 | CE | 8 | 5B | 0 | 13 | 127 | 54 | 2C |
| Octal | 276 | 22 | 316 | 10 | 133 | 0 | 23 | 447 | 124 | 54 |
| Binary | 10111110 | 10010 | 11001110 | 1000 | 1011011 | 0 | 10011 | 100100111 | 1010100 | 101100 |
Color Harmonies of #BE12CE
Complementary color
Monochromatic Colors of #BE12CE
Black with #BE12CE
Text Example
Text Example
White with #BE12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE12CE; }
p { color: rgb(190,18,206); }
H1.HeaderClassName
{
color: #BE12CE;
}
.AnyTagClassName
{
color: #BE12CE;
}
</style>
background-color css
<style>
a { background-color: #BE12CE; }
a { background-color: rgb(190,18,206); }
div.DivClassName
{
background-color: #BE12CE;
}
.BgClassName
{
background-color: #BE12CE;
}
</style>
border-color css
<style>
span { border-color: #BE12CE; }
span { border-color: rgb(190,18,206); }
td.TdClassName
{
border-color: #BE12CE;
}
.TagClassName
{
border-color: #BE12CE;
}
</style>