Shades of Deep Magenta #BE0ACE
Tints of Deep Magenta #BE0ACE
RGB
CMYK
RGB Variations
Color information
#BE0ACE (or 0xBE0ACE) is known color: Deep Magenta. HEX triplet: BE, 0A and CE. RGB value is (190,10,206). Sum of RGB (Red+Green+Blue) = 190+10+206=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE0ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ACE is #41F531. Grayscale: #555555. Windows color (decimal): -4322610 or 13503166. OLE color: 13503166.
HSL color Cylindrical-coordinate representation of color #BE0ACE: hue angle of 295.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0ACE is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 10 | 206 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.19 |
| HSL | 295.1º | 0.91% | 0.42% | - |
| HSV(B) | 295.1º | 0.95% | 0.81% | - |
| XYZ | 32.48 | 15.62 | 59.7 | - |
| YUV | 86.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 206 | 0.08 | 0.95 | 0 | 0.19 | 295.1 | 0.91 | 0.42 |
| Hex | BE | A | CE | 8 | 5F | 0 | 13 | 127 | 5B | 2A |
| Octal | 276 | 12 | 316 | 10 | 137 | 0 | 23 | 447 | 133 | 52 |
| Binary | 10111110 | 1010 | 11001110 | 1000 | 1011111 | 0 | 10011 | 100100111 | 1011011 | 101010 |
Color Harmonies of #BE0ACE
Complementary color
Monochromatic Colors of #BE0ACE
Black with #BE0ACE
Text Example
Text Example
White with #BE0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0ACE; }
p { color: rgb(190,10,206); }
H1.HeaderClassName
{
color: #BE0ACE;
}
.AnyTagClassName
{
color: #BE0ACE;
}
</style>
background-color css
<style>
a { background-color: #BE0ACE; }
a { background-color: rgb(190,10,206); }
div.DivClassName
{
background-color: #BE0ACE;
}
.BgClassName
{
background-color: #BE0ACE;
}
</style>
border-color css
<style>
span { border-color: #BE0ACE; }
span { border-color: rgb(190,10,206); }
td.TdClassName
{
border-color: #BE0ACE;
}
.TagClassName
{
border-color: #BE0ACE;
}
</style>