Shades of Deep Magenta #BE0ECD
Tints of Deep Magenta #BE0ECD
RGB
CMYK
RGB Variations
Color information
#BE0ECD (or 0xBE0ECD) is known color: Deep Magenta. HEX triplet: BE, 0E and CD. RGB value is (190,14,205). Sum of RGB (Red+Green+Blue) = 190+14+205=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ECD is #41F132. Grayscale: #575757. Windows color (decimal): -4321587 or 13438654. OLE color: 13438654.
HSL color Cylindrical-coordinate representation of color #BE0ECD: hue angle of 295.29º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0ECD is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 14 | 205 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.20 |
| HSL | 295.29º | 0.87% | 0.43% | - |
| HSV(B) | 295.29º | 0.93% | 0.8% | - |
| XYZ | 32.41 | 15.67 | 59.07 | - |
| YUV | 88.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 205 | 0.07 | 0.93 | 0 | 0.20 | 295.29 | 0.87 | 0.43 |
| Hex | BE | E | CD | 7 | 5D | 0 | 14 | 127 | 57 | 2B |
| Octal | 276 | 16 | 315 | 7 | 135 | 0 | 24 | 447 | 127 | 53 |
| Binary | 10111110 | 1110 | 11001101 | 111 | 1011101 | 0 | 10100 | 100100111 | 1010111 | 101011 |
Color Harmonies of #BE0ECD
Complementary color
Monochromatic Colors of #BE0ECD
Black with #BE0ECD
Text Example
Text Example
White with #BE0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0ECD; }
p { color: rgb(190,14,205); }
H1.HeaderClassName
{
color: #BE0ECD;
}
.AnyTagClassName
{
color: #BE0ECD;
}
</style>
background-color css
<style>
a { background-color: #BE0ECD; }
a { background-color: rgb(190,14,205); }
div.DivClassName
{
background-color: #BE0ECD;
}
.BgClassName
{
background-color: #BE0ECD;
}
</style>
border-color css
<style>
span { border-color: #BE0ECD; }
span { border-color: rgb(190,14,205); }
td.TdClassName
{
border-color: #BE0ECD;
}
.TagClassName
{
border-color: #BE0ECD;
}
</style>