Shades of Deep Magenta #BE25CE
Tints of Deep Magenta #BE25CE
RGB
CMYK
RGB Variations
Color information
#BE25CE (or 0xBE25CE) is known color: Deep Magenta. HEX triplet: BE, 25 and CE. RGB value is (190,37,206). Sum of RGB (Red+Green+Blue) = 190+37+206=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE25CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE25CE is #41DA31. Grayscale: #656565. Windows color (decimal): -4315698 or 13510078. OLE color: 13510078.
HSL color Cylindrical-coordinate representation of color #BE25CE: hue angle of 294.32º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE25CE is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 37 | 206 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.19 |
| HSL | 294.32º | 0.7% | 0.48% | - |
| HSV(B) | 294.32º | 0.82% | 0.81% | - |
| XYZ | 33.04 | 16.73 | 59.88 | - |
| YUV | 102.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 206 | 0.08 | 0.82 | 0 | 0.19 | 294.32 | 0.7 | 0.48 |
| Hex | BE | 25 | CE | 8 | 52 | 0 | 13 | 126 | 46 | 30 |
| Octal | 276 | 45 | 316 | 10 | 122 | 0 | 23 | 446 | 106 | 60 |
| Binary | 10111110 | 100101 | 11001110 | 1000 | 1010010 | 0 | 10011 | 100100110 | 1000110 | 110000 |
Color Harmonies of #BE25CE
Complementary color
Monochromatic Colors of #BE25CE
Black with #BE25CE
Text Example
Text Example
White with #BE25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE25CE; }
p { color: rgb(190,37,206); }
H1.HeaderClassName
{
color: #BE25CE;
}
.AnyTagClassName
{
color: #BE25CE;
}
</style>
background-color css
<style>
a { background-color: #BE25CE; }
a { background-color: rgb(190,37,206); }
div.DivClassName
{
background-color: #BE25CE;
}
.BgClassName
{
background-color: #BE25CE;
}
</style>
border-color css
<style>
span { border-color: #BE25CE; }
span { border-color: rgb(190,37,206); }
td.TdClassName
{
border-color: #BE25CE;
}
.TagClassName
{
border-color: #BE25CE;
}
</style>