Shades of Deep Magenta #BE0ACC
Tints of Deep Magenta #BE0ACC
RGB
CMYK
RGB Variations
Color information
#BE0ACC (or 0xBE0ACC) is known color: Deep Magenta. HEX triplet: BE, 0A and CC. RGB value is (190,10,204). Sum of RGB (Red+Green+Blue) = 190+10+204=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ACC is #41F533. Grayscale: #555555. Windows color (decimal): -4322612 or 13372094. OLE color: 13372094.
HSL color Cylindrical-coordinate representation of color #BE0ACC: hue angle of 295.67º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0ACC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 10 | 204 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.2 |
| HSL | 295.67º | 0.91% | 0.42% | - |
| HSV(B) | 295.67º | 0.95% | 0.8% | - |
| XYZ | 32.24 | 15.52 | 58.42 | - |
| YUV | 85.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 204 | 0.07 | 0.95 | 0 | 0.2 | 295.67 | 0.91 | 0.42 |
| Hex | BE | A | CC | 7 | 5F | 0 | 14 | 128 | 5B | 2A |
| Octal | 276 | 12 | 314 | 7 | 137 | 0 | 24 | 450 | 133 | 52 |
| Binary | 10111110 | 1010 | 11001100 | 111 | 1011111 | 0 | 10100 | 100101000 | 1011011 | 101010 |
Color Harmonies of #BE0ACC
Complementary color
Monochromatic Colors of #BE0ACC
Black with #BE0ACC
Text Example
Text Example
White with #BE0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0ACC; }
p { color: rgb(190,10,204); }
H1.HeaderClassName
{
color: #BE0ACC;
}
.AnyTagClassName
{
color: #BE0ACC;
}
</style>
background-color css
<style>
a { background-color: #BE0ACC; }
a { background-color: rgb(190,10,204); }
div.DivClassName
{
background-color: #BE0ACC;
}
.BgClassName
{
background-color: #BE0ACC;
}
</style>
border-color css
<style>
span { border-color: #BE0ACC; }
span { border-color: rgb(190,10,204); }
td.TdClassName
{
border-color: #BE0ACC;
}
.TagClassName
{
border-color: #BE0ACC;
}
</style>