Shades of Deep Magenta #BE24DD
Tints of Deep Magenta #BE24DD
RGB
CMYK
RGB Variations
Color information
#BE24DD (or 0xBE24DD) is known color: Deep Magenta. HEX triplet: BE, 24 and DD. RGB value is (190,36,221). Sum of RGB (Red+Green+Blue) = 190+36+221=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24DD is #41DB22. Grayscale: #666666. Windows color (decimal): -4315939 or 14492862. OLE color: 14492862.
HSL color Cylindrical-coordinate representation of color #BE24DD: hue angle of 289.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE24DD is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 36 | 221 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.13 |
| HSL | 289.95º | 0.73% | 0.5% | - |
| HSV(B) | 289.95º | 0.84% | 0.87% | - |
| XYZ | 34.92 | 17.43 | 69.93 | - |
| YUV | 103.14 | 194.52 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 221 | 0.14 | 0.84 | 0 | 0.13 | 289.95 | 0.73 | 0.5 |
| Hex | BE | 24 | DD | E | 54 | 0 | D | 122 | 49 | 32 |
| Octal | 276 | 44 | 335 | 16 | 124 | 0 | 15 | 442 | 111 | 62 |
| Binary | 10111110 | 100100 | 11011101 | 1110 | 1010100 | 0 | 1101 | 100100010 | 1001001 | 110010 |
Color Harmonies of #BE24DD
Complementary color
Monochromatic Colors of #BE24DD
Black with #BE24DD
Text Example
Text Example
White with #BE24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE24DD; }
p { color: rgb(190,36,221); }
H1.HeaderClassName
{
color: #BE24DD;
}
.AnyTagClassName
{
color: #BE24DD;
}
</style>
background-color css
<style>
a { background-color: #BE24DD; }
a { background-color: rgb(190,36,221); }
div.DivClassName
{
background-color: #BE24DD;
}
.BgClassName
{
background-color: #BE24DD;
}
</style>
border-color css
<style>
span { border-color: #BE24DD; }
span { border-color: rgb(190,36,221); }
td.TdClassName
{
border-color: #BE24DD;
}
.TagClassName
{
border-color: #BE24DD;
}
</style>