Shades of Deep Magenta #BE14AB
Tints of Deep Magenta #BE14AB
RGB
CMYK
RGB Variations
Color information
#BE14AB (or 0xBE14AB) is known color: Deep Magenta. HEX triplet: BE, 14 and AB. RGB value is (190,20,171). Sum of RGB (Red+Green+Blue) = 190+20+171=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE14AB is #41EB54. Grayscale: #575757. Windows color (decimal): -4320085 or 11211966. OLE color: 11211966.
HSL color Cylindrical-coordinate representation of color #BE14AB: hue angle of 306.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE14AB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 171 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.25 |
| HSL | 306.71º | 0.81% | 0.41% | - |
| HSV(B) | 306.71º | 0.89% | 0.75% | - |
| XYZ | 28.84 | 14.39 | 39.79 | - |
| YUV | 88.04 | 174.82 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 171 | 0 | 0.89 | 0.10 | 0.25 | 306.71 | 0.81 | 0.41 |
| Hex | BE | 14 | AB | 0 | 59 | A | 19 | 133 | 51 | 29 |
| Octal | 276 | 24 | 253 | 0 | 131 | 12 | 31 | 463 | 121 | 51 |
| Binary | 10111110 | 10100 | 10101011 | 0 | 1011001 | 1010 | 11001 | 100110011 | 1010001 | 101001 |
Color Harmonies of #BE14AB
Complementary color
Monochromatic Colors of #BE14AB
Black with #BE14AB
Text Example
Text Example
White with #BE14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14AB; }
p { color: rgb(190,20,171); }
H1.HeaderClassName
{
color: #BE14AB;
}
.AnyTagClassName
{
color: #BE14AB;
}
</style>
background-color css
<style>
a { background-color: #BE14AB; }
a { background-color: rgb(190,20,171); }
div.DivClassName
{
background-color: #BE14AB;
}
.BgClassName
{
background-color: #BE14AB;
}
</style>
border-color css
<style>
span { border-color: #BE14AB; }
span { border-color: rgb(190,20,171); }
td.TdClassName
{
border-color: #BE14AB;
}
.TagClassName
{
border-color: #BE14AB;
}
</style>