Shades of Deep Magenta #BE15AB
Tints of Deep Magenta #BE15AB
RGB
CMYK
RGB Variations
Color information
#BE15AB (or 0xBE15AB) is known color: Deep Magenta. HEX triplet: BE, 15 and AB. RGB value is (190,21,171). Sum of RGB (Red+Green+Blue) = 190+21+171=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE15AB is #41EA54. Grayscale: #585858. Windows color (decimal): -4319829 or 11212222. OLE color: 11212222.
HSL color Cylindrical-coordinate representation of color #BE15AB: hue angle of 306.75º degrees, saturation: 0.8, 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 #BE15AB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 171 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.25 |
| HSL | 306.75º | 0.8% | 0.41% | - |
| HSV(B) | 306.75º | 0.89% | 0.75% | - |
| XYZ | 28.85 | 14.42 | 39.79 | - |
| YUV | 88.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 171 | 0 | 0.89 | 0.10 | 0.25 | 306.75 | 0.8 | 0.41 |
| Hex | BE | 15 | AB | 0 | 59 | A | 19 | 133 | 50 | 29 |
| Octal | 276 | 25 | 253 | 0 | 131 | 12 | 31 | 463 | 120 | 51 |
| Binary | 10111110 | 10101 | 10101011 | 0 | 1011001 | 1010 | 11001 | 100110011 | 1010000 | 101001 |
Color Harmonies of #BE15AB
Complementary color
Monochromatic Colors of #BE15AB
Black with #BE15AB
Text Example
Text Example
White with #BE15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15AB; }
p { color: rgb(190,21,171); }
H1.HeaderClassName
{
color: #BE15AB;
}
.AnyTagClassName
{
color: #BE15AB;
}
</style>
background-color css
<style>
a { background-color: #BE15AB; }
a { background-color: rgb(190,21,171); }
div.DivClassName
{
background-color: #BE15AB;
}
.BgClassName
{
background-color: #BE15AB;
}
</style>
border-color css
<style>
span { border-color: #BE15AB; }
span { border-color: rgb(190,21,171); }
td.TdClassName
{
border-color: #BE15AB;
}
.TagClassName
{
border-color: #BE15AB;
}
</style>