Shades of Deep Magenta #BE0DA8
Tints of Deep Magenta #BE0DA8
RGB
CMYK
RGB Variations
Color information
#BE0DA8 (or 0xBE0DA8) is known color: Deep Magenta. HEX triplet: BE, 0D and A8. RGB value is (190,13,168). Sum of RGB (Red+Green+Blue) = 190+13+168=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DA8 is #41F257. Grayscale: #535353. Windows color (decimal): -4321880 or 11013566. OLE color: 11013566.
HSL color Cylindrical-coordinate representation of color #BE0DA8: hue angle of 307.46º 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 #BE0DA8 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 168 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.25 |
| HSL | 307.46º | 0.87% | 0.4% | - |
| HSV(B) | 307.46º | 0.93% | 0.75% | - |
| XYZ | 28.45 | 14.06 | 38.26 | - |
| YUV | 83.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 168 | 0 | 0.93 | 0.12 | 0.25 | 307.46 | 0.87 | 0.4 |
| Hex | BE | D | A8 | 0 | 5D | C | 19 | 133 | 57 | 28 |
| Octal | 276 | 15 | 250 | 0 | 135 | 14 | 31 | 463 | 127 | 50 |
| Binary | 10111110 | 1101 | 10101000 | 0 | 1011101 | 1100 | 11001 | 100110011 | 1010111 | 101000 |
Color Harmonies of #BE0DA8
Complementary color
Monochromatic Colors of #BE0DA8
Black with #BE0DA8
Text Example
Text Example
White with #BE0DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DA8; }
p { color: rgb(190,13,168); }
H1.HeaderClassName
{
color: #BE0DA8;
}
.AnyTagClassName
{
color: #BE0DA8;
}
</style>
background-color css
<style>
a { background-color: #BE0DA8; }
a { background-color: rgb(190,13,168); }
div.DivClassName
{
background-color: #BE0DA8;
}
.BgClassName
{
background-color: #BE0DA8;
}
</style>
border-color css
<style>
span { border-color: #BE0DA8; }
span { border-color: rgb(190,13,168); }
td.TdClassName
{
border-color: #BE0DA8;
}
.TagClassName
{
border-color: #BE0DA8;
}
</style>