Shades of Deep Magenta #BE10DD
Tints of Deep Magenta #BE10DD
RGB
CMYK
RGB Variations
Color information
#BE10DD (or 0xBE10DD) is known color: Deep Magenta. HEX triplet: BE, 10 and DD. RGB value is (190,16,221). Sum of RGB (Red+Green+Blue) = 190+16+221=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10DD is #41EF22. Grayscale: #5A5A5A. Windows color (decimal): -4321059 or 14487742. OLE color: 14487742.
HSL color Cylindrical-coordinate representation of color #BE10DD: hue angle of 290.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE10DD is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 16 | 221 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.13 |
| HSL | 290.93º | 0.86% | 0.46% | - |
| HSV(B) | 290.93º | 0.93% | 0.87% | - |
| XYZ | 34.47 | 16.54 | 69.78 | - |
| YUV | 91.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 221 | 0.14 | 0.93 | 0 | 0.13 | 290.93 | 0.86 | 0.46 |
| Hex | BE | 10 | DD | E | 5D | 0 | D | 123 | 56 | 2E |
| Octal | 276 | 20 | 335 | 16 | 135 | 0 | 15 | 443 | 126 | 56 |
| Binary | 10111110 | 10000 | 11011101 | 1110 | 1011101 | 0 | 1101 | 100100011 | 1010110 | 101110 |
Color Harmonies of #BE10DD
Complementary color
Monochromatic Colors of #BE10DD
Black with #BE10DD
Text Example
Text Example
White with #BE10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE10DD; }
p { color: rgb(190,16,221); }
H1.HeaderClassName
{
color: #BE10DD;
}
.AnyTagClassName
{
color: #BE10DD;
}
</style>
background-color css
<style>
a { background-color: #BE10DD; }
a { background-color: rgb(190,16,221); }
div.DivClassName
{
background-color: #BE10DD;
}
.BgClassName
{
background-color: #BE10DD;
}
</style>
border-color css
<style>
span { border-color: #BE10DD; }
span { border-color: rgb(190,16,221); }
td.TdClassName
{
border-color: #BE10DD;
}
.TagClassName
{
border-color: #BE10DD;
}
</style>