Shades of Deep Magenta #BE02A8
Tints of Deep Magenta #BE02A8
RGB
CMYK
RGB Variations
Color information
#BE02A8 (or 0xBE02A8) is known color: Deep Magenta. HEX triplet: BE, 02 and A8. RGB value is (190,2,168). Sum of RGB (Red+Green+Blue) = 190+2+168=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE02A8 is #41FD57. Grayscale: #4C4C4C. Windows color (decimal): -4324696 or 11010750. OLE color: 11010750.
HSL color Cylindrical-coordinate representation of color #BE02A8: hue angle of 307.02º 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 #BE02A8 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.25 |
| HSL | 307.02º | 0.98% | 0.38% | - |
| HSV(B) | 307.02º | 0.99% | 0.75% | - |
| XYZ | 28.32 | 13.82 | 38.22 | - |
| YUV | 77.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 168 | 0 | 0.99 | 0.12 | 0.25 | 307.02 | 0.98 | 0.38 |
| Hex | BE | 2 | A8 | 0 | 63 | C | 19 | 133 | 62 | 26 |
| Octal | 276 | 2 | 250 | 0 | 143 | 14 | 31 | 463 | 142 | 46 |
| Binary | 10111110 | 10 | 10101000 | 0 | 1100011 | 1100 | 11001 | 100110011 | 1100010 | 100110 |
Color Harmonies of #BE02A8
Complementary color
Monochromatic Colors of #BE02A8
Black with #BE02A8
Text Example
Text Example
White with #BE02A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02A8; }
p { color: rgb(190,2,168); }
H1.HeaderClassName
{
color: #BE02A8;
}
.AnyTagClassName
{
color: #BE02A8;
}
</style>
background-color css
<style>
a { background-color: #BE02A8; }
a { background-color: rgb(190,2,168); }
div.DivClassName
{
background-color: #BE02A8;
}
.BgClassName
{
background-color: #BE02A8;
}
</style>
border-color css
<style>
span { border-color: #BE02A8; }
span { border-color: rgb(190,2,168); }
td.TdClassName
{
border-color: #BE02A8;
}
.TagClassName
{
border-color: #BE02A8;
}
</style>