Shades of Deep Magenta #BE15AD
Tints of Deep Magenta #BE15AD
RGB
CMYK
RGB Variations
Color information
#BE15AD (or 0xBE15AD) is known color: Deep Magenta. HEX triplet: BE, 15 and AD. RGB value is (190,21,173). Sum of RGB (Red+Green+Blue) = 190+21+173=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE15AD is #41EA52. Grayscale: #585858. Windows color (decimal): -4319827 or 11343294. OLE color: 11343294.
HSL color Cylindrical-coordinate representation of color #BE15AD: hue angle of 306.04º 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 #BE15AD is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 173 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.25 |
| HSL | 306.04º | 0.8% | 0.41% | - |
| HSV(B) | 306.04º | 0.89% | 0.75% | - |
| XYZ | 29.05 | 14.5 | 40.8 | - |
| YUV | 88.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 173 | 0 | 0.89 | 0.09 | 0.25 | 306.04 | 0.8 | 0.41 |
| Hex | BE | 15 | AD | 0 | 59 | 9 | 19 | 132 | 50 | 29 |
| Octal | 276 | 25 | 255 | 0 | 131 | 11 | 31 | 462 | 120 | 51 |
| Binary | 10111110 | 10101 | 10101101 | 0 | 1011001 | 1001 | 11001 | 100110010 | 1010000 | 101001 |
Color Harmonies of #BE15AD
Complementary color
Monochromatic Colors of #BE15AD
Black with #BE15AD
Text Example
Text Example
White with #BE15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15AD; }
p { color: rgb(190,21,173); }
H1.HeaderClassName
{
color: #BE15AD;
}
.AnyTagClassName
{
color: #BE15AD;
}
</style>
background-color css
<style>
a { background-color: #BE15AD; }
a { background-color: rgb(190,21,173); }
div.DivClassName
{
background-color: #BE15AD;
}
.BgClassName
{
background-color: #BE15AD;
}
</style>
border-color css
<style>
span { border-color: #BE15AD; }
span { border-color: rgb(190,21,173); }
td.TdClassName
{
border-color: #BE15AD;
}
.TagClassName
{
border-color: #BE15AD;
}
</style>