Shades of Deep Magenta #BE0BA8
Tints of Deep Magenta #BE0BA8
RGB
CMYK
RGB Variations
Color information
#BE0BA8 (or 0xBE0BA8) is known color: Deep Magenta. HEX triplet: BE, 0B and A8. RGB value is (190,11,168). Sum of RGB (Red+Green+Blue) = 190+11+168=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BA8 is #41F457. Grayscale: #515151. Windows color (decimal): -4322392 or 11013054. OLE color: 11013054.
HSL color Cylindrical-coordinate representation of color #BE0BA8: hue angle of 307.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.25 |
| HSL | 307.37º | 0.89% | 0.39% | - |
| HSV(B) | 307.37º | 0.94% | 0.75% | - |
| XYZ | 28.42 | 14.01 | 38.25 | - |
| YUV | 82.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 168 | 0 | 0.94 | 0.12 | 0.25 | 307.37 | 0.89 | 0.39 |
| Hex | BE | B | A8 | 0 | 5E | C | 19 | 133 | 59 | 27 |
| Octal | 276 | 13 | 250 | 0 | 136 | 14 | 31 | 463 | 131 | 47 |
| Binary | 10111110 | 1011 | 10101000 | 0 | 1011110 | 1100 | 11001 | 100110011 | 1011001 | 100111 |
Color Harmonies of #BE0BA8
Complementary color
Monochromatic Colors of #BE0BA8
Black with #BE0BA8
Text Example
Text Example
White with #BE0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BA8; }
p { color: rgb(190,11,168); }
H1.HeaderClassName
{
color: #BE0BA8;
}
.AnyTagClassName
{
color: #BE0BA8;
}
</style>
background-color css
<style>
a { background-color: #BE0BA8; }
a { background-color: rgb(190,11,168); }
div.DivClassName
{
background-color: #BE0BA8;
}
.BgClassName
{
background-color: #BE0BA8;
}
</style>
border-color css
<style>
span { border-color: #BE0BA8; }
span { border-color: rgb(190,11,168); }
td.TdClassName
{
border-color: #BE0BA8;
}
.TagClassName
{
border-color: #BE0BA8;
}
</style>