Shades of Deep Magenta #BE02D1
Tints of Deep Magenta #BE02D1
RGB
CMYK
RGB Variations
Color information
#BE02D1 (or 0xBE02D1) is known color: Deep Magenta. HEX triplet: BE, 02 and D1. RGB value is (190,2,209). Sum of RGB (Red+Green+Blue) = 190+2+209=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE02D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02D1 is #41FD2E. Grayscale: #515151. Windows color (decimal): -4324655 or 13697726. OLE color: 13697726.
HSL color Cylindrical-coordinate representation of color #BE02D1: hue angle of 294.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02D1 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 2 | 209 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.18 |
| HSL | 294.49º | 0.98% | 0.41% | - |
| HSV(B) | 294.49º | 0.99% | 0.82% | - |
| XYZ | 32.77 | 15.59 | 61.6 | - |
| YUV | 81.81 | 199.78 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 209 | 0.09 | 0.99 | 0 | 0.18 | 294.49 | 0.98 | 0.41 |
| Hex | BE | 2 | D1 | 9 | 63 | 0 | 12 | 126 | 62 | 29 |
| Octal | 276 | 2 | 321 | 11 | 143 | 0 | 22 | 446 | 142 | 51 |
| Binary | 10111110 | 10 | 11010001 | 1001 | 1100011 | 0 | 10010 | 100100110 | 1100010 | 101001 |
Color Harmonies of #BE02D1
Complementary color
Monochromatic Colors of #BE02D1
Black with #BE02D1
Text Example
Text Example
White with #BE02D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02D1; }
p { color: rgb(190,2,209); }
H1.HeaderClassName
{
color: #BE02D1;
}
.AnyTagClassName
{
color: #BE02D1;
}
</style>
background-color css
<style>
a { background-color: #BE02D1; }
a { background-color: rgb(190,2,209); }
div.DivClassName
{
background-color: #BE02D1;
}
.BgClassName
{
background-color: #BE02D1;
}
</style>
border-color css
<style>
span { border-color: #BE02D1; }
span { border-color: rgb(190,2,209); }
td.TdClassName
{
border-color: #BE02D1;
}
.TagClassName
{
border-color: #BE02D1;
}
</style>