Shades of Deep Magenta #BE19AD
Tints of Deep Magenta #BE19AD
RGB
CMYK
RGB Variations
Color information
#BE19AD (or 0xBE19AD) is known color: Deep Magenta. HEX triplet: BE, 19 and AD. RGB value is (190,25,173). Sum of RGB (Red+Green+Blue) = 190+25+173=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19AD is #41E652. Grayscale: #5A5A5A. Windows color (decimal): -4318803 or 11344318. OLE color: 11344318.
HSL color Cylindrical-coordinate representation of color #BE19AD: hue angle of 306.18º degrees, saturation: 0.77, 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 #BE19AD is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 173 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.25 |
| HSL | 306.18º | 0.77% | 0.42% | - |
| HSV(B) | 306.18º | 0.87% | 0.75% | - |
| XYZ | 29.13 | 14.66 | 40.83 | - |
| YUV | 91.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 173 | 0 | 0.87 | 0.09 | 0.25 | 306.18 | 0.77 | 0.42 |
| Hex | BE | 19 | AD | 0 | 57 | 9 | 19 | 132 | 4D | 2A |
| Octal | 276 | 31 | 255 | 0 | 127 | 11 | 31 | 462 | 115 | 52 |
| Binary | 10111110 | 11001 | 10101101 | 0 | 1010111 | 1001 | 11001 | 100110010 | 1001101 | 101010 |
Color Harmonies of #BE19AD
Complementary color
Monochromatic Colors of #BE19AD
Black with #BE19AD
Text Example
Text Example
White with #BE19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE19AD; }
p { color: rgb(190,25,173); }
H1.HeaderClassName
{
color: #BE19AD;
}
.AnyTagClassName
{
color: #BE19AD;
}
</style>
background-color css
<style>
a { background-color: #BE19AD; }
a { background-color: rgb(190,25,173); }
div.DivClassName
{
background-color: #BE19AD;
}
.BgClassName
{
background-color: #BE19AD;
}
</style>
border-color css
<style>
span { border-color: #BE19AD; }
span { border-color: rgb(190,25,173); }
td.TdClassName
{
border-color: #BE19AD;
}
.TagClassName
{
border-color: #BE19AD;
}
</style>