Shades of Deep Magenta #BE24CE
Tints of Deep Magenta #BE24CE
RGB
CMYK
RGB Variations
Color information
#BE24CE (or 0xBE24CE) is known color: Deep Magenta. HEX triplet: BE, 24 and CE. RGB value is (190,36,206). Sum of RGB (Red+Green+Blue) = 190+36+206=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24CE is #41DB31. Grayscale: #646464. Windows color (decimal): -4315954 or 13509822. OLE color: 13509822.
HSL color Cylindrical-coordinate representation of color #BE24CE: hue angle of 294.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE24CE is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 36 | 206 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.19 |
| HSL | 294.35º | 0.7% | 0.47% | - |
| HSV(B) | 294.35º | 0.83% | 0.81% | - |
| XYZ | 33.01 | 16.67 | 59.87 | - |
| YUV | 101.43 | 187.02 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 206 | 0.08 | 0.83 | 0 | 0.19 | 294.35 | 0.7 | 0.47 |
| Hex | BE | 24 | CE | 8 | 53 | 0 | 13 | 126 | 46 | 2F |
| Octal | 276 | 44 | 316 | 10 | 123 | 0 | 23 | 446 | 106 | 57 |
| Binary | 10111110 | 100100 | 11001110 | 1000 | 1010011 | 0 | 10011 | 100100110 | 1000110 | 101111 |
Color Harmonies of #BE24CE
Complementary color
Monochromatic Colors of #BE24CE
Black with #BE24CE
Text Example
Text Example
White with #BE24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24CE; }
p { color: rgb(190,36,206); }
H1.HeaderClassName
{
color: #BE24CE;
}
.AnyTagClassName
{
color: #BE24CE;
}
</style>
background-color css
<style>
a { background-color: #BE24CE; }
a { background-color: rgb(190,36,206); }
div.DivClassName
{
background-color: #BE24CE;
}
.BgClassName
{
background-color: #BE24CE;
}
</style>
border-color css
<style>
span { border-color: #BE24CE; }
span { border-color: rgb(190,36,206); }
td.TdClassName
{
border-color: #BE24CE;
}
.TagClassName
{
border-color: #BE24CE;
}
</style>