Shades of Deep Magenta #BE0CAA
Tints of Deep Magenta #BE0CAA
RGB
CMYK
RGB Variations
Color information
#BE0CAA (or 0xBE0CAA) is known color: Deep Magenta. HEX triplet: BE, 0C and AA. RGB value is (190,12,170). Sum of RGB (Red+Green+Blue) = 190+12+170=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CAA is #41F355. Grayscale: #525252. Windows color (decimal): -4322134 or 11144382. OLE color: 11144382.
HSL color Cylindrical-coordinate representation of color #BE0CAA: hue angle of 306.74º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CAA is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 170 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.25 |
| HSL | 306.74º | 0.88% | 0.4% | - |
| HSV(B) | 306.74º | 0.94% | 0.75% | - |
| XYZ | 28.62 | 14.11 | 39.25 | - |
| YUV | 83.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 170 | 0 | 0.94 | 0.11 | 0.25 | 306.74 | 0.88 | 0.4 |
| Hex | BE | C | AA | 0 | 5E | B | 19 | 133 | 58 | 28 |
| Octal | 276 | 14 | 252 | 0 | 136 | 13 | 31 | 463 | 130 | 50 |
| Binary | 10111110 | 1100 | 10101010 | 0 | 1011110 | 1011 | 11001 | 100110011 | 1011000 | 101000 |
Color Harmonies of #BE0CAA
Complementary color
Monochromatic Colors of #BE0CAA
Black with #BE0CAA
Text Example
Text Example
White with #BE0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CAA; }
p { color: rgb(190,12,170); }
H1.HeaderClassName
{
color: #BE0CAA;
}
.AnyTagClassName
{
color: #BE0CAA;
}
</style>
background-color css
<style>
a { background-color: #BE0CAA; }
a { background-color: rgb(190,12,170); }
div.DivClassName
{
background-color: #BE0CAA;
}
.BgClassName
{
background-color: #BE0CAA;
}
</style>
border-color css
<style>
span { border-color: #BE0CAA; }
span { border-color: rgb(190,12,170); }
td.TdClassName
{
border-color: #BE0CAA;
}
.TagClassName
{
border-color: #BE0CAA;
}
</style>