Shades of Deep Magenta #BE0DAB
Tints of Deep Magenta #BE0DAB
RGB
CMYK
RGB Variations
Color information
#BE0DAB (or 0xBE0DAB) is known color: Deep Magenta. HEX triplet: BE, 0D and AB. RGB value is (190,13,171). Sum of RGB (Red+Green+Blue) = 190+13+171=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DAB is #41F254. Grayscale: #535353. Windows color (decimal): -4321877 or 11210174. OLE color: 11210174.
HSL color Cylindrical-coordinate representation of color #BE0DAB: hue angle of 306.44º 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 #BE0DAB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 171 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.25 |
| HSL | 306.44º | 0.87% | 0.4% | - |
| HSV(B) | 306.44º | 0.93% | 0.75% | - |
| XYZ | 28.73 | 14.18 | 39.75 | - |
| YUV | 83.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 171 | 0 | 0.93 | 0.10 | 0.25 | 306.44 | 0.87 | 0.4 |
| Hex | BE | D | AB | 0 | 5D | A | 19 | 132 | 57 | 28 |
| Octal | 276 | 15 | 253 | 0 | 135 | 12 | 31 | 462 | 127 | 50 |
| Binary | 10111110 | 1101 | 10101011 | 0 | 1011101 | 1010 | 11001 | 100110010 | 1010111 | 101000 |
Color Harmonies of #BE0DAB
Complementary color
Monochromatic Colors of #BE0DAB
Black with #BE0DAB
Text Example
Text Example
White with #BE0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DAB; }
p { color: rgb(190,13,171); }
H1.HeaderClassName
{
color: #BE0DAB;
}
.AnyTagClassName
{
color: #BE0DAB;
}
</style>
background-color css
<style>
a { background-color: #BE0DAB; }
a { background-color: rgb(190,13,171); }
div.DivClassName
{
background-color: #BE0DAB;
}
.BgClassName
{
background-color: #BE0DAB;
}
</style>
border-color css
<style>
span { border-color: #BE0DAB; }
span { border-color: rgb(190,13,171); }
td.TdClassName
{
border-color: #BE0DAB;
}
.TagClassName
{
border-color: #BE0DAB;
}
</style>