Shades of Deep Magenta #BE09AB
Tints of Deep Magenta #BE09AB
RGB
CMYK
RGB Variations
Color information
#BE09AB (or 0xBE09AB) is known color: Deep Magenta. HEX triplet: BE, 09 and AB. RGB value is (190,9,171). Sum of RGB (Red+Green+Blue) = 190+9+171=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE09AB is #41F654. Grayscale: #515151. Windows color (decimal): -4322901 or 11209150. OLE color: 11209150.
HSL color Cylindrical-coordinate representation of color #BE09AB: hue angle of 306.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE09AB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 9 | 171 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.25 |
| HSL | 306.3º | 0.91% | 0.39% | - |
| HSV(B) | 306.3º | 0.95% | 0.75% | - |
| XYZ | 28.68 | 14.08 | 39.73 | - |
| YUV | 81.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 171 | 0 | 0.95 | 0.10 | 0.25 | 306.3 | 0.91 | 0.39 |
| Hex | BE | 9 | AB | 0 | 5F | A | 19 | 132 | 5B | 27 |
| Octal | 276 | 11 | 253 | 0 | 137 | 12 | 31 | 462 | 133 | 47 |
| Binary | 10111110 | 1001 | 10101011 | 0 | 1011111 | 1010 | 11001 | 100110010 | 1011011 | 100111 |
Color Harmonies of #BE09AB
Complementary color
Monochromatic Colors of #BE09AB
Black with #BE09AB
Text Example
Text Example
White with #BE09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE09AB; }
p { color: rgb(190,9,171); }
H1.HeaderClassName
{
color: #BE09AB;
}
.AnyTagClassName
{
color: #BE09AB;
}
</style>
background-color css
<style>
a { background-color: #BE09AB; }
a { background-color: rgb(190,9,171); }
div.DivClassName
{
background-color: #BE09AB;
}
.BgClassName
{
background-color: #BE09AB;
}
</style>
border-color css
<style>
span { border-color: #BE09AB; }
span { border-color: rgb(190,9,171); }
td.TdClassName
{
border-color: #BE09AB;
}
.TagClassName
{
border-color: #BE09AB;
}
</style>