Shades of Deep Magenta #BE16AB
Tints of Deep Magenta #BE16AB
RGB
CMYK
RGB Variations
Color information
#BE16AB (or 0xBE16AB) is known color: Deep Magenta. HEX triplet: BE, 16 and AB. RGB value is (190,22,171). Sum of RGB (Red+Green+Blue) = 190+22+171=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16AB is #41E954. Grayscale: #585858. Windows color (decimal): -4319573 or 11212478. OLE color: 11212478.
HSL color Cylindrical-coordinate representation of color #BE16AB: hue angle of 306.79º 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 #BE16AB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 171 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.25 |
| HSL | 306.79º | 0.79% | 0.42% | - |
| HSV(B) | 306.79º | 0.88% | 0.75% | - |
| XYZ | 28.87 | 14.46 | 39.8 | - |
| YUV | 89.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 171 | 0 | 0.88 | 0.10 | 0.25 | 306.79 | 0.79 | 0.42 |
| Hex | BE | 16 | AB | 0 | 58 | A | 19 | 133 | 4F | 2A |
| Octal | 276 | 26 | 253 | 0 | 130 | 12 | 31 | 463 | 117 | 52 |
| Binary | 10111110 | 10110 | 10101011 | 0 | 1011000 | 1010 | 11001 | 100110011 | 1001111 | 101010 |
Color Harmonies of #BE16AB
Complementary color
Monochromatic Colors of #BE16AB
Black with #BE16AB
Text Example
Text Example
White with #BE16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16AB; }
p { color: rgb(190,22,171); }
H1.HeaderClassName
{
color: #BE16AB;
}
.AnyTagClassName
{
color: #BE16AB;
}
</style>
background-color css
<style>
a { background-color: #BE16AB; }
a { background-color: rgb(190,22,171); }
div.DivClassName
{
background-color: #BE16AB;
}
.BgClassName
{
background-color: #BE16AB;
}
</style>
border-color css
<style>
span { border-color: #BE16AB; }
span { border-color: rgb(190,22,171); }
td.TdClassName
{
border-color: #BE16AB;
}
.TagClassName
{
border-color: #BE16AB;
}
</style>