Shades of Deep Magenta #BE05CE
Tints of Deep Magenta #BE05CE
RGB
CMYK
RGB Variations
Color information
#BE05CE (or 0xBE05CE) is known color: Deep Magenta. HEX triplet: BE, 05 and CE. RGB value is (190,5,206). Sum of RGB (Red+Green+Blue) = 190+5+206=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05CE is #41FA31. Grayscale: #525252. Windows color (decimal): -4323890 or 13501886. OLE color: 13501886.
HSL color Cylindrical-coordinate representation of color #BE05CE: hue angle of 295.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE05CE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 5 | 206 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.19 |
| HSL | 295.22º | 0.95% | 0.41% | - |
| HSV(B) | 295.22º | 0.98% | 0.81% | - |
| XYZ | 32.43 | 15.51 | 59.68 | - |
| YUV | 83.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 5 | 206 | 0.08 | 0.98 | 0 | 0.19 | 295.22 | 0.95 | 0.41 |
| Hex | BE | 5 | CE | 8 | 62 | 0 | 13 | 127 | 5F | 29 |
| Octal | 276 | 5 | 316 | 10 | 142 | 0 | 23 | 447 | 137 | 51 |
| Binary | 10111110 | 101 | 11001110 | 1000 | 1100010 | 0 | 10011 | 100100111 | 1011111 | 101001 |
Color Harmonies of #BE05CE
Complementary color
Monochromatic Colors of #BE05CE
Black with #BE05CE
Text Example
Text Example
White with #BE05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE05CE; }
p { color: rgb(190,5,206); }
H1.HeaderClassName
{
color: #BE05CE;
}
.AnyTagClassName
{
color: #BE05CE;
}
</style>
background-color css
<style>
a { background-color: #BE05CE; }
a { background-color: rgb(190,5,206); }
div.DivClassName
{
background-color: #BE05CE;
}
.BgClassName
{
background-color: #BE05CE;
}
</style>
border-color css
<style>
span { border-color: #BE05CE; }
span { border-color: rgb(190,5,206); }
td.TdClassName
{
border-color: #BE05CE;
}
.TagClassName
{
border-color: #BE05CE;
}
</style>