Shades of Deep Magenta #BE0DCD
Tints of Deep Magenta #BE0DCD
RGB
CMYK
RGB Variations
Color information
#BE0DCD (or 0xBE0DCD) is known color: Deep Magenta. HEX triplet: BE, 0D and CD. RGB value is (190,13,205). Sum of RGB (Red+Green+Blue) = 190+13+205=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DCD is #41F232. Grayscale: #575757. Windows color (decimal): -4321843 or 13438398. OLE color: 13438398.
HSL color Cylindrical-coordinate representation of color #BE0DCD: hue angle of 295.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0DCD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 13 | 205 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.20 |
| HSL | 295.31º | 0.88% | 0.43% | - |
| HSV(B) | 295.31º | 0.94% | 0.8% | - |
| XYZ | 32.4 | 15.64 | 59.07 | - |
| YUV | 87.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 205 | 0.07 | 0.94 | 0 | 0.20 | 295.31 | 0.88 | 0.43 |
| Hex | BE | D | CD | 7 | 5E | 0 | 14 | 127 | 58 | 2B |
| Octal | 276 | 15 | 315 | 7 | 136 | 0 | 24 | 447 | 130 | 53 |
| Binary | 10111110 | 1101 | 11001101 | 111 | 1011110 | 0 | 10100 | 100100111 | 1011000 | 101011 |
Color Harmonies of #BE0DCD
Complementary color
Monochromatic Colors of #BE0DCD
Black with #BE0DCD
Text Example
Text Example
White with #BE0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DCD; }
p { color: rgb(190,13,205); }
H1.HeaderClassName
{
color: #BE0DCD;
}
.AnyTagClassName
{
color: #BE0DCD;
}
</style>
background-color css
<style>
a { background-color: #BE0DCD; }
a { background-color: rgb(190,13,205); }
div.DivClassName
{
background-color: #BE0DCD;
}
.BgClassName
{
background-color: #BE0DCD;
}
</style>
border-color css
<style>
span { border-color: #BE0DCD; }
span { border-color: rgb(190,13,205); }
td.TdClassName
{
border-color: #BE0DCD;
}
.TagClassName
{
border-color: #BE0DCD;
}
</style>