Shades of Deep Magenta #BE0EDC
Tints of Deep Magenta #BE0EDC
RGB
CMYK
RGB Variations
Color information
#BE0EDC (or 0xBE0EDC) is known color: Deep Magenta. HEX triplet: BE, 0E and DC. RGB value is (190,14,220). Sum of RGB (Red+Green+Blue) = 190+14+220=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EDC is #41F123. Grayscale: #595959. Windows color (decimal): -4321572 or 14421694. OLE color: 14421694.
HSL color Cylindrical-coordinate representation of color #BE0EDC: hue angle of 291.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0EDC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 14 | 220 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.14 |
| HSL | 291.26º | 0.88% | 0.46% | - |
| HSV(B) | 291.26º | 0.94% | 0.86% | - |
| XYZ | 34.31 | 16.43 | 69.07 | - |
| YUV | 90.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 220 | 0.14 | 0.94 | 0 | 0.14 | 291.26 | 0.88 | 0.46 |
| Hex | BE | E | DC | E | 5E | 0 | E | 123 | 58 | 2E |
| Octal | 276 | 16 | 334 | 16 | 136 | 0 | 16 | 443 | 130 | 56 |
| Binary | 10111110 | 1110 | 11011100 | 1110 | 1011110 | 0 | 1110 | 100100011 | 1011000 | 101110 |
Color Harmonies of #BE0EDC
Complementary color
Monochromatic Colors of #BE0EDC
Black with #BE0EDC
Text Example
Text Example
White with #BE0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EDC; }
p { color: rgb(190,14,220); }
H1.HeaderClassName
{
color: #BE0EDC;
}
.AnyTagClassName
{
color: #BE0EDC;
}
</style>
background-color css
<style>
a { background-color: #BE0EDC; }
a { background-color: rgb(190,14,220); }
div.DivClassName
{
background-color: #BE0EDC;
}
.BgClassName
{
background-color: #BE0EDC;
}
</style>
border-color css
<style>
span { border-color: #BE0EDC; }
span { border-color: rgb(190,14,220); }
td.TdClassName
{
border-color: #BE0EDC;
}
.TagClassName
{
border-color: #BE0EDC;
}
</style>