Shades of Deep Magenta #BE0AAF
Tints of Deep Magenta #BE0AAF
RGB
CMYK
RGB Variations
Color information
#BE0AAF (or 0xBE0AAF) is known color: Deep Magenta. HEX triplet: BE, 0A and AF. RGB value is (190,10,175). Sum of RGB (Red+Green+Blue) = 190+10+175=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0AAF is #41F550. Grayscale: #525252. Windows color (decimal): -4322641 or 11471550. OLE color: 11471550.
HSL color Cylindrical-coordinate representation of color #BE0AAF: hue angle of 305º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0AAF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.25 |
| HSL | 305º | 0.9% | 0.39% | - |
| HSV(B) | 305º | 0.95% | 0.75% | - |
| XYZ | 29.08 | 14.26 | 41.78 | - |
| YUV | 82.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 175 | 0 | 0.95 | 0.08 | 0.25 | 305 | 0.9 | 0.39 |
| Hex | BE | A | AF | 0 | 5F | 8 | 19 | 131 | 5A | 27 |
| Octal | 276 | 12 | 257 | 0 | 137 | 10 | 31 | 461 | 132 | 47 |
| Binary | 10111110 | 1010 | 10101111 | 0 | 1011111 | 1000 | 11001 | 100110001 | 1011010 | 100111 |
Color Harmonies of #BE0AAF
Complementary color
Monochromatic Colors of #BE0AAF
Black with #BE0AAF
Text Example
Text Example
White with #BE0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0AAF; }
p { color: rgb(190,10,175); }
H1.HeaderClassName
{
color: #BE0AAF;
}
.AnyTagClassName
{
color: #BE0AAF;
}
</style>
background-color css
<style>
a { background-color: #BE0AAF; }
a { background-color: rgb(190,10,175); }
div.DivClassName
{
background-color: #BE0AAF;
}
.BgClassName
{
background-color: #BE0AAF;
}
</style>
border-color css
<style>
span { border-color: #BE0AAF; }
span { border-color: rgb(190,10,175); }
td.TdClassName
{
border-color: #BE0AAF;
}
.TagClassName
{
border-color: #BE0AAF;
}
</style>