Shades of Deep Magenta #BE24D4
Tints of Deep Magenta #BE24D4
RGB
CMYK
RGB Variations
Color information
#BE24D4 (or 0xBE24D4) is known color: Deep Magenta. HEX triplet: BE, 24 and D4. RGB value is (190,36,212). Sum of RGB (Red+Green+Blue) = 190+36+212=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE24D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24D4 is #41DB2B. Grayscale: #656565. Windows color (decimal): -4315948 or 13903038. OLE color: 13903038.
HSL color Cylindrical-coordinate representation of color #BE24D4: hue angle of 292.5º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE24D4 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 36 | 212 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.17 |
| HSL | 292.5º | 0.71% | 0.49% | - |
| HSV(B) | 292.5º | 0.83% | 0.83% | - |
| XYZ | 33.75 | 16.96 | 63.78 | - |
| YUV | 102.11 | 190.02 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 212 | 0.10 | 0.83 | 0 | 0.17 | 292.5 | 0.71 | 0.49 |
| Hex | BE | 24 | D4 | A | 53 | 0 | 11 | 124 | 47 | 31 |
| Octal | 276 | 44 | 324 | 12 | 123 | 0 | 21 | 444 | 107 | 61 |
| Binary | 10111110 | 100100 | 11010100 | 1010 | 1010011 | 0 | 10001 | 100100100 | 1000111 | 110001 |
Color Harmonies of #BE24D4
Complementary color
Monochromatic Colors of #BE24D4
Black with #BE24D4
Text Example
Text Example
White with #BE24D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24D4; }
p { color: rgb(190,36,212); }
H1.HeaderClassName
{
color: #BE24D4;
}
.AnyTagClassName
{
color: #BE24D4;
}
</style>
background-color css
<style>
a { background-color: #BE24D4; }
a { background-color: rgb(190,36,212); }
div.DivClassName
{
background-color: #BE24D4;
}
.BgClassName
{
background-color: #BE24D4;
}
</style>
border-color css
<style>
span { border-color: #BE24D4; }
span { border-color: rgb(190,36,212); }
td.TdClassName
{
border-color: #BE24D4;
}
.TagClassName
{
border-color: #BE24D4;
}
</style>