Shades of Deep Magenta #BE0CE0
Tints of Deep Magenta #BE0CE0
RGB
CMYK
RGB Variations
Color information
#BE0CE0 (or 0xBE0CE0) is known color: Deep Magenta. HEX triplet: BE, 0C and E0. RGB value is (190,12,224). Sum of RGB (Red+Green+Blue) = 190+12+224=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE0CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CE0 is #41F31F. Grayscale: #585858. Windows color (decimal): -4322080 or 14683326. OLE color: 14683326.
HSL color Cylindrical-coordinate representation of color #BE0CE0: hue angle of 290.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CE0 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 12 | 224 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.12 |
| HSL | 290.38º | 0.9% | 0.46% | - |
| HSV(B) | 290.38º | 0.95% | 0.88% | - |
| XYZ | 34.82 | 16.59 | 71.89 | - |
| YUV | 89.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 224 | 0.15 | 0.95 | 0 | 0.12 | 290.38 | 0.9 | 0.46 |
| Hex | BE | C | E0 | F | 5F | 0 | C | 122 | 5A | 2E |
| Octal | 276 | 14 | 340 | 17 | 137 | 0 | 14 | 442 | 132 | 56 |
| Binary | 10111110 | 1100 | 11100000 | 1111 | 1011111 | 0 | 1100 | 100100010 | 1011010 | 101110 |
Color Harmonies of #BE0CE0
Complementary color
Monochromatic Colors of #BE0CE0
Black with #BE0CE0
Text Example
Text Example
White with #BE0CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CE0; }
p { color: rgb(190,12,224); }
H1.HeaderClassName
{
color: #BE0CE0;
}
.AnyTagClassName
{
color: #BE0CE0;
}
</style>
background-color css
<style>
a { background-color: #BE0CE0; }
a { background-color: rgb(190,12,224); }
div.DivClassName
{
background-color: #BE0CE0;
}
.BgClassName
{
background-color: #BE0CE0;
}
</style>
border-color css
<style>
span { border-color: #BE0CE0; }
span { border-color: rgb(190,12,224); }
td.TdClassName
{
border-color: #BE0CE0;
}
.TagClassName
{
border-color: #BE0CE0;
}
</style>