Shades of Deep Magenta #BE0DDB
Tints of Deep Magenta #BE0DDB
RGB
CMYK
RGB Variations
Color information
#BE0DDB (or 0xBE0DDB) is known color: Deep Magenta. HEX triplet: BE, 0D and DB. RGB value is (190,13,219). Sum of RGB (Red+Green+Blue) = 190+13+219=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DDB is #41F224. Grayscale: #585858. Windows color (decimal): -4321829 or 14355902. OLE color: 14355902.
HSL color Cylindrical-coordinate representation of color #BE0DDB: hue angle of 291.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0DDB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 13 | 219 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.14 |
| HSL | 291.55º | 0.89% | 0.45% | - |
| HSV(B) | 291.55º | 0.94% | 0.86% | - |
| XYZ | 34.17 | 16.35 | 68.37 | - |
| YUV | 89.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 219 | 0.13 | 0.94 | 0 | 0.14 | 291.55 | 0.89 | 0.45 |
| Hex | BE | D | DB | D | 5E | 0 | E | 124 | 59 | 2D |
| Octal | 276 | 15 | 333 | 15 | 136 | 0 | 16 | 444 | 131 | 55 |
| Binary | 10111110 | 1101 | 11011011 | 1101 | 1011110 | 0 | 1110 | 100100100 | 1011001 | 101101 |
Color Harmonies of #BE0DDB
Complementary color
Monochromatic Colors of #BE0DDB
Black with #BE0DDB
Text Example
Text Example
White with #BE0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DDB; }
p { color: rgb(190,13,219); }
H1.HeaderClassName
{
color: #BE0DDB;
}
.AnyTagClassName
{
color: #BE0DDB;
}
</style>
background-color css
<style>
a { background-color: #BE0DDB; }
a { background-color: rgb(190,13,219); }
div.DivClassName
{
background-color: #BE0DDB;
}
.BgClassName
{
background-color: #BE0DDB;
}
</style>
border-color css
<style>
span { border-color: #BE0DDB; }
span { border-color: rgb(190,13,219); }
td.TdClassName
{
border-color: #BE0DDB;
}
.TagClassName
{
border-color: #BE0DDB;
}
</style>