Shades of Deep Magenta #BE24DF
Tints of Deep Magenta #BE24DF
RGB
CMYK
RGB Variations
Color information
#BE24DF (or 0xBE24DF) is known color: Deep Magenta. HEX triplet: BE, 24 and DF. RGB value is (190,36,223). Sum of RGB (Red+Green+Blue) = 190+36+223=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24DF is #41DB20. Grayscale: #666666. Windows color (decimal): -4315937 or 14623934. OLE color: 14623934.
HSL color Cylindrical-coordinate representation of color #BE24DF: hue angle of 289.41º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE24DF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 36 | 223 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.13 |
| HSL | 289.41º | 0.75% | 0.51% | - |
| HSV(B) | 289.41º | 0.84% | 0.87% | - |
| XYZ | 35.19 | 17.54 | 71.34 | - |
| YUV | 103.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 223 | 0.15 | 0.84 | 0 | 0.13 | 289.41 | 0.75 | 0.51 |
| Hex | BE | 24 | DF | F | 54 | 0 | D | 121 | 4B | 33 |
| Octal | 276 | 44 | 337 | 17 | 124 | 0 | 15 | 441 | 113 | 63 |
| Binary | 10111110 | 100100 | 11011111 | 1111 | 1010100 | 0 | 1101 | 100100001 | 1001011 | 110011 |
Color Harmonies of #BE24DF
Complementary color
Monochromatic Colors of #BE24DF
Black with #BE24DF
Text Example
Text Example
White with #BE24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24DF; }
p { color: rgb(190,36,223); }
H1.HeaderClassName
{
color: #BE24DF;
}
.AnyTagClassName
{
color: #BE24DF;
}
</style>
background-color css
<style>
a { background-color: #BE24DF; }
a { background-color: rgb(190,36,223); }
div.DivClassName
{
background-color: #BE24DF;
}
.BgClassName
{
background-color: #BE24DF;
}
</style>
border-color css
<style>
span { border-color: #BE24DF; }
span { border-color: rgb(190,36,223); }
td.TdClassName
{
border-color: #BE24DF;
}
.TagClassName
{
border-color: #BE24DF;
}
</style>