Shades of Deep Magenta #BE16AC
Tints of Deep Magenta #BE16AC
RGB
CMYK
RGB Variations
Color information
#BE16AC (or 0xBE16AC) is known color: Deep Magenta. HEX triplet: BE, 16 and AC. RGB value is (190,22,172). Sum of RGB (Red+Green+Blue) = 190+22+172=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16AC is #41E953. Grayscale: #585858. Windows color (decimal): -4319572 or 11278014. OLE color: 11278014.
HSL color Cylindrical-coordinate representation of color #BE16AC: hue angle of 306.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE16AC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 172 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.25 |
| HSL | 306.43º | 0.79% | 0.42% | - |
| HSV(B) | 306.43º | 0.88% | 0.75% | - |
| XYZ | 28.97 | 14.5 | 40.3 | - |
| YUV | 89.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 172 | 0 | 0.88 | 0.09 | 0.25 | 306.43 | 0.79 | 0.42 |
| Hex | BE | 16 | AC | 0 | 58 | 9 | 19 | 132 | 4F | 2A |
| Octal | 276 | 26 | 254 | 0 | 130 | 11 | 31 | 462 | 117 | 52 |
| Binary | 10111110 | 10110 | 10101100 | 0 | 1011000 | 1001 | 11001 | 100110010 | 1001111 | 101010 |
Color Harmonies of #BE16AC
Complementary color
Monochromatic Colors of #BE16AC
Black with #BE16AC
Text Example
Text Example
White with #BE16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16AC; }
p { color: rgb(190,22,172); }
H1.HeaderClassName
{
color: #BE16AC;
}
.AnyTagClassName
{
color: #BE16AC;
}
</style>
background-color css
<style>
a { background-color: #BE16AC; }
a { background-color: rgb(190,22,172); }
div.DivClassName
{
background-color: #BE16AC;
}
.BgClassName
{
background-color: #BE16AC;
}
</style>
border-color css
<style>
span { border-color: #BE16AC; }
span { border-color: rgb(190,22,172); }
td.TdClassName
{
border-color: #BE16AC;
}
.TagClassName
{
border-color: #BE16AC;
}
</style>