Shades of Deep Magenta #BE0DD0
Tints of Deep Magenta #BE0DD0
RGB
CMYK
RGB Variations
Color information
#BE0DD0 (or 0xBE0DD0) is known color: Deep Magenta. HEX triplet: BE, 0D and D0. RGB value is (190,13,208). Sum of RGB (Red+Green+Blue) = 190+13+208=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE0DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DD0 is #41F22F. Grayscale: #575757. Windows color (decimal): -4321840 or 13635006. OLE color: 13635006.
HSL color Cylindrical-coordinate representation of color #BE0DD0: hue angle of 294.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0DD0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 13 | 208 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.18 |
| HSL | 294.46º | 0.88% | 0.43% | - |
| HSV(B) | 294.46º | 0.94% | 0.82% | - |
| XYZ | 32.76 | 15.79 | 61 | - |
| YUV | 88.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 208 | 0.09 | 0.94 | 0 | 0.18 | 294.46 | 0.88 | 0.43 |
| Hex | BE | D | D0 | 9 | 5E | 0 | 12 | 126 | 58 | 2B |
| Octal | 276 | 15 | 320 | 11 | 136 | 0 | 22 | 446 | 130 | 53 |
| Binary | 10111110 | 1101 | 11010000 | 1001 | 1011110 | 0 | 10010 | 100100110 | 1011000 | 101011 |
Color Harmonies of #BE0DD0
Complementary color
Monochromatic Colors of #BE0DD0
Black with #BE0DD0
Text Example
Text Example
White with #BE0DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DD0; }
p { color: rgb(190,13,208); }
H1.HeaderClassName
{
color: #BE0DD0;
}
.AnyTagClassName
{
color: #BE0DD0;
}
</style>
background-color css
<style>
a { background-color: #BE0DD0; }
a { background-color: rgb(190,13,208); }
div.DivClassName
{
background-color: #BE0DD0;
}
.BgClassName
{
background-color: #BE0DD0;
}
</style>
border-color css
<style>
span { border-color: #BE0DD0; }
span { border-color: rgb(190,13,208); }
td.TdClassName
{
border-color: #BE0DD0;
}
.TagClassName
{
border-color: #BE0DD0;
}
</style>