Shades of Deep Magenta #BE0DDD
Tints of Deep Magenta #BE0DDD
RGB
CMYK
RGB Variations
Color information
#BE0DDD (or 0xBE0DDD) is known color: Deep Magenta. HEX triplet: BE, 0D and DD. RGB value is (190,13,221). Sum of RGB (Red+Green+Blue) = 190+13+221=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DDD is #41F222. Grayscale: #585858. Windows color (decimal): -4321827 or 14486974. OLE color: 14486974.
HSL color Cylindrical-coordinate representation of color #BE0DDD: hue angle of 291.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0DDD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 13 | 221 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.13 |
| HSL | 291.06º | 0.89% | 0.46% | - |
| HSV(B) | 291.06º | 0.94% | 0.87% | - |
| XYZ | 34.43 | 16.46 | 69.77 | - |
| YUV | 89.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 221 | 0.14 | 0.94 | 0 | 0.13 | 291.06 | 0.89 | 0.46 |
| Hex | BE | D | DD | E | 5E | 0 | D | 123 | 59 | 2E |
| Octal | 276 | 15 | 335 | 16 | 136 | 0 | 15 | 443 | 131 | 56 |
| Binary | 10111110 | 1101 | 11011101 | 1110 | 1011110 | 0 | 1101 | 100100011 | 1011001 | 101110 |
Color Harmonies of #BE0DDD
Complementary color
Monochromatic Colors of #BE0DDD
Black with #BE0DDD
Text Example
Text Example
White with #BE0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DDD; }
p { color: rgb(190,13,221); }
H1.HeaderClassName
{
color: #BE0DDD;
}
.AnyTagClassName
{
color: #BE0DDD;
}
</style>
background-color css
<style>
a { background-color: #BE0DDD; }
a { background-color: rgb(190,13,221); }
div.DivClassName
{
background-color: #BE0DDD;
}
.BgClassName
{
background-color: #BE0DDD;
}
</style>
border-color css
<style>
span { border-color: #BE0DDD; }
span { border-color: rgb(190,13,221); }
td.TdClassName
{
border-color: #BE0DDD;
}
.TagClassName
{
border-color: #BE0DDD;
}
</style>