Shades of Deep Magenta #BE02C5
Tints of Deep Magenta #BE02C5
RGB
CMYK
RGB Variations
Color information
#BE02C5 (or 0xBE02C5) is known color: Deep Magenta. HEX triplet: BE, 02 and C5. RGB value is (190,2,197). Sum of RGB (Red+Green+Blue) = 190+2+197=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE02C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02C5 is #41FD3A. Grayscale: #4F4F4F. Windows color (decimal): -4324667 or 12911294. OLE color: 12911294.
HSL color Cylindrical-coordinate representation of color #BE02C5: hue angle of 297.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02C5 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 2 | 197 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.23 |
| HSL | 297.85º | 0.98% | 0.39% | - |
| HSV(B) | 297.85º | 0.99% | 0.77% | - |
| XYZ | 31.33 | 15.02 | 54.07 | - |
| YUV | 80.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 197 | 0.04 | 0.99 | 0 | 0.23 | 297.85 | 0.98 | 0.39 |
| Hex | BE | 2 | C5 | 4 | 63 | 0 | 17 | 12A | 62 | 27 |
| Octal | 276 | 2 | 305 | 4 | 143 | 0 | 27 | 452 | 142 | 47 |
| Binary | 10111110 | 10 | 11000101 | 100 | 1100011 | 0 | 10111 | 100101010 | 1100010 | 100111 |
Color Harmonies of #BE02C5
Complementary color
Monochromatic Colors of #BE02C5
Black with #BE02C5
Text Example
Text Example
White with #BE02C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02C5; }
p { color: rgb(190,2,197); }
H1.HeaderClassName
{
color: #BE02C5;
}
.AnyTagClassName
{
color: #BE02C5;
}
</style>
background-color css
<style>
a { background-color: #BE02C5; }
a { background-color: rgb(190,2,197); }
div.DivClassName
{
background-color: #BE02C5;
}
.BgClassName
{
background-color: #BE02C5;
}
</style>
border-color css
<style>
span { border-color: #BE02C5; }
span { border-color: rgb(190,2,197); }
td.TdClassName
{
border-color: #BE02C5;
}
.TagClassName
{
border-color: #BE02C5;
}
</style>