Shades of Deep Magenta #BE0CE2
Tints of Deep Magenta #BE0CE2
RGB
CMYK
RGB Variations
Color information
#BE0CE2 (or 0xBE0CE2) is known color: Deep Magenta. HEX triplet: BE, 0C and E2. RGB value is (190,12,226). Sum of RGB (Red+Green+Blue) = 190+12+226=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 226 (88.67% from 255 or 52.80% from 428); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE0CE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CE2 is #41F31D. Grayscale: #585858. Windows color (decimal): -4322078 or 14814398. OLE color: 14814398.
HSL color Cylindrical-coordinate representation of color #BE0CE2: hue angle of 289.91º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CE2 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 12 | 226 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.11 |
| HSL | 289.91º | 0.9% | 0.47% | - |
| HSV(B) | 289.91º | 0.95% | 0.89% | - |
| XYZ | 35.09 | 16.7 | 73.33 | - |
| YUV | 89.62 | 204.97 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 226 | 0.16 | 0.95 | 0 | 0.11 | 289.91 | 0.9 | 0.47 |
| Hex | BE | C | E2 | 10 | 5F | 0 | B | 122 | 5A | 2F |
| Octal | 276 | 14 | 342 | 20 | 137 | 0 | 13 | 442 | 132 | 57 |
| Binary | 10111110 | 1100 | 11100010 | 10000 | 1011111 | 0 | 1011 | 100100010 | 1011010 | 101111 |
Color Harmonies of #BE0CE2
Complementary color
Monochromatic Colors of #BE0CE2
Black with #BE0CE2
Text Example
Text Example
White with #BE0CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CE2; }
p { color: rgb(190,12,226); }
H1.HeaderClassName
{
color: #BE0CE2;
}
.AnyTagClassName
{
color: #BE0CE2;
}
</style>
background-color css
<style>
a { background-color: #BE0CE2; }
a { background-color: rgb(190,12,226); }
div.DivClassName
{
background-color: #BE0CE2;
}
.BgClassName
{
background-color: #BE0CE2;
}
</style>
border-color css
<style>
span { border-color: #BE0CE2; }
span { border-color: rgb(190,12,226); }
td.TdClassName
{
border-color: #BE0CE2;
}
.TagClassName
{
border-color: #BE0CE2;
}
</style>