Shades of Deep Magenta #BE02C2
Tints of Deep Magenta #BE02C2
RGB
CMYK
RGB Variations
Color information
#BE02C2 (or 0xBE02C2) is known color: Deep Magenta. HEX triplet: BE, 02 and C2. RGB value is (190,2,194). Sum of RGB (Red+Green+Blue) = 190+2+194=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE02C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02C2 is #41FD3D. Grayscale: #4F4F4F. Windows color (decimal): -4324670 or 12714686. OLE color: 12714686.
HSL color Cylindrical-coordinate representation of color #BE02C2: hue angle of 298.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02C2 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 2 | 194 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.24 |
| HSL | 298.75º | 0.98% | 0.38% | - |
| HSV(B) | 298.75º | 0.99% | 0.76% | - |
| XYZ | 30.99 | 14.89 | 52.28 | - |
| YUV | 80.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 194 | 0.02 | 0.99 | 0 | 0.24 | 298.75 | 0.98 | 0.38 |
| Hex | BE | 2 | C2 | 2 | 63 | 0 | 18 | 12B | 62 | 26 |
| Octal | 276 | 2 | 302 | 2 | 143 | 0 | 30 | 453 | 142 | 46 |
| Binary | 10111110 | 10 | 11000010 | 10 | 1100011 | 0 | 11000 | 100101011 | 1100010 | 100110 |
Color Harmonies of #BE02C2
Complementary color
Monochromatic Colors of #BE02C2
Black with #BE02C2
Text Example
Text Example
White with #BE02C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02C2; }
p { color: rgb(190,2,194); }
H1.HeaderClassName
{
color: #BE02C2;
}
.AnyTagClassName
{
color: #BE02C2;
}
</style>
background-color css
<style>
a { background-color: #BE02C2; }
a { background-color: rgb(190,2,194); }
div.DivClassName
{
background-color: #BE02C2;
}
.BgClassName
{
background-color: #BE02C2;
}
</style>
border-color css
<style>
span { border-color: #BE02C2; }
span { border-color: rgb(190,2,194); }
td.TdClassName
{
border-color: #BE02C2;
}
.TagClassName
{
border-color: #BE02C2;
}
</style>