Shades of Deep Magenta #BE0DB9
Tints of Deep Magenta #BE0DB9
RGB
CMYK
RGB Variations
Color information
#BE0DB9 (or 0xBE0DB9) is known color: Deep Magenta. HEX triplet: BE, 0D and B9. RGB value is (190,13,185). Sum of RGB (Red+Green+Blue) = 190+13+185=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DB9 is #41F246. Grayscale: #555555. Windows color (decimal): -4321863 or 12127678. OLE color: 12127678.
HSL color Cylindrical-coordinate representation of color #BE0DB9: hue angle of 301.69º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DB9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 185 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.25 |
| HSL | 301.69º | 0.87% | 0.4% | - |
| HSV(B) | 301.69º | 0.93% | 0.75% | - |
| XYZ | 30.14 | 14.74 | 47.16 | - |
| YUV | 85.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 185 | 0 | 0.93 | 0.03 | 0.25 | 301.69 | 0.87 | 0.4 |
| Hex | BE | D | B9 | 0 | 5D | 3 | 19 | 12E | 57 | 28 |
| Octal | 276 | 15 | 271 | 0 | 135 | 3 | 31 | 456 | 127 | 50 |
| Binary | 10111110 | 1101 | 10111001 | 0 | 1011101 | 11 | 11001 | 100101110 | 1010111 | 101000 |
Color Harmonies of #BE0DB9
Complementary color
Monochromatic Colors of #BE0DB9
Black with #BE0DB9
Text Example
Text Example
White with #BE0DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DB9; }
p { color: rgb(190,13,185); }
H1.HeaderClassName
{
color: #BE0DB9;
}
.AnyTagClassName
{
color: #BE0DB9;
}
</style>
background-color css
<style>
a { background-color: #BE0DB9; }
a { background-color: rgb(190,13,185); }
div.DivClassName
{
background-color: #BE0DB9;
}
.BgClassName
{
background-color: #BE0DB9;
}
</style>
border-color css
<style>
span { border-color: #BE0DB9; }
span { border-color: rgb(190,13,185); }
td.TdClassName
{
border-color: #BE0DB9;
}
.TagClassName
{
border-color: #BE0DB9;
}
</style>