Shades of Deep Magenta #BE18AB
Tints of Deep Magenta #BE18AB
RGB
CMYK
RGB Variations
Color information
#BE18AB (or 0xBE18AB) is known color: Deep Magenta. HEX triplet: BE, 18 and AB. RGB value is (190,24,171). Sum of RGB (Red+Green+Blue) = 190+24+171=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18AB is #41E754. Grayscale: #595959. Windows color (decimal): -4319061 or 11212990. OLE color: 11212990.
HSL color Cylindrical-coordinate representation of color #BE18AB: hue angle of 306.87º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE18AB is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 171 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.25 |
| HSL | 306.87º | 0.78% | 0.42% | - |
| HSV(B) | 306.87º | 0.87% | 0.75% | - |
| XYZ | 28.91 | 14.54 | 39.81 | - |
| YUV | 90.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 171 | 0 | 0.87 | 0.10 | 0.25 | 306.87 | 0.78 | 0.42 |
| Hex | BE | 18 | AB | 0 | 57 | A | 19 | 133 | 4E | 2A |
| Octal | 276 | 30 | 253 | 0 | 127 | 12 | 31 | 463 | 116 | 52 |
| Binary | 10111110 | 11000 | 10101011 | 0 | 1010111 | 1010 | 11001 | 100110011 | 1001110 | 101010 |
Color Harmonies of #BE18AB
Complementary color
Monochromatic Colors of #BE18AB
Black with #BE18AB
Text Example
Text Example
White with #BE18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE18AB; }
p { color: rgb(190,24,171); }
H1.HeaderClassName
{
color: #BE18AB;
}
.AnyTagClassName
{
color: #BE18AB;
}
</style>
background-color css
<style>
a { background-color: #BE18AB; }
a { background-color: rgb(190,24,171); }
div.DivClassName
{
background-color: #BE18AB;
}
.BgClassName
{
background-color: #BE18AB;
}
</style>
border-color css
<style>
span { border-color: #BE18AB; }
span { border-color: rgb(190,24,171); }
td.TdClassName
{
border-color: #BE18AB;
}
.TagClassName
{
border-color: #BE18AB;
}
</style>