Shades of Deep Magenta #BE02AD
Tints of Deep Magenta #BE02AD
RGB
CMYK
RGB Variations
Color information
#BE02AD (or 0xBE02AD) is known color: Deep Magenta. HEX triplet: BE, 02 and AD. RGB value is (190,2,173). Sum of RGB (Red+Green+Blue) = 190+2+173=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE02AD is #41FD52. Grayscale: #4D4D4D. Windows color (decimal): -4324691 or 11338430. OLE color: 11338430.
HSL color Cylindrical-coordinate representation of color #BE02AD: hue angle of 305.43º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02AD is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.25 |
| HSL | 305.43º | 0.98% | 0.38% | - |
| HSV(B) | 305.43º | 0.99% | 0.75% | - |
| XYZ | 28.8 | 14.01 | 40.72 | - |
| YUV | 77.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 173 | 0 | 0.99 | 0.09 | 0.25 | 305.43 | 0.98 | 0.38 |
| Hex | BE | 2 | AD | 0 | 63 | 9 | 19 | 131 | 62 | 26 |
| Octal | 276 | 2 | 255 | 0 | 143 | 11 | 31 | 461 | 142 | 46 |
| Binary | 10111110 | 10 | 10101101 | 0 | 1100011 | 1001 | 11001 | 100110001 | 1100010 | 100110 |
Color Harmonies of #BE02AD
Complementary color
Monochromatic Colors of #BE02AD
Black with #BE02AD
Text Example
Text Example
White with #BE02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02AD; }
p { color: rgb(190,2,173); }
H1.HeaderClassName
{
color: #BE02AD;
}
.AnyTagClassName
{
color: #BE02AD;
}
</style>
background-color css
<style>
a { background-color: #BE02AD; }
a { background-color: rgb(190,2,173); }
div.DivClassName
{
background-color: #BE02AD;
}
.BgClassName
{
background-color: #BE02AD;
}
</style>
border-color css
<style>
span { border-color: #BE02AD; }
span { border-color: rgb(190,2,173); }
td.TdClassName
{
border-color: #BE02AD;
}
.TagClassName
{
border-color: #BE02AD;
}
</style>