Shades of Deep Magenta #BE0CDA
Tints of Deep Magenta #BE0CDA
RGB
CMYK
RGB Variations
Color information
#BE0CDA (or 0xBE0CDA) is known color: Deep Magenta. HEX triplet: BE, 0C and DA. RGB value is (190,12,218). Sum of RGB (Red+Green+Blue) = 190+12+218=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CDA is #41F325. Grayscale: #585858. Windows color (decimal): -4322086 or 14290110. OLE color: 14290110.
HSL color Cylindrical-coordinate representation of color #BE0CDA: hue angle of 291.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CDA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 12 | 218 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.15 |
| HSL | 291.84º | 0.9% | 0.45% | - |
| HSV(B) | 291.84º | 0.94% | 0.85% | - |
| XYZ | 34.02 | 16.27 | 67.68 | - |
| YUV | 88.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 218 | 0.13 | 0.94 | 0 | 0.15 | 291.84 | 0.9 | 0.45 |
| Hex | BE | C | DA | D | 5E | 0 | F | 124 | 5A | 2D |
| Octal | 276 | 14 | 332 | 15 | 136 | 0 | 17 | 444 | 132 | 55 |
| Binary | 10111110 | 1100 | 11011010 | 1101 | 1011110 | 0 | 1111 | 100100100 | 1011010 | 101101 |
Color Harmonies of #BE0CDA
Complementary color
Monochromatic Colors of #BE0CDA
Black with #BE0CDA
Text Example
Text Example
White with #BE0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CDA; }
p { color: rgb(190,12,218); }
H1.HeaderClassName
{
color: #BE0CDA;
}
.AnyTagClassName
{
color: #BE0CDA;
}
</style>
background-color css
<style>
a { background-color: #BE0CDA; }
a { background-color: rgb(190,12,218); }
div.DivClassName
{
background-color: #BE0CDA;
}
.BgClassName
{
background-color: #BE0CDA;
}
</style>
border-color css
<style>
span { border-color: #BE0CDA; }
span { border-color: rgb(190,12,218); }
td.TdClassName
{
border-color: #BE0CDA;
}
.TagClassName
{
border-color: #BE0CDA;
}
</style>