Shades of Deep Magenta #BE14DD
Tints of Deep Magenta #BE14DD
RGB
CMYK
RGB Variations
Color information
#BE14DD (or 0xBE14DD) is known color: Deep Magenta. HEX triplet: BE, 14 and DD. RGB value is (190,20,221). Sum of RGB (Red+Green+Blue) = 190+20+221=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14DD is #41EB22. Grayscale: #5D5D5D. Windows color (decimal): -4320035 or 14488766. OLE color: 14488766.
HSL color Cylindrical-coordinate representation of color #BE14DD: hue angle of 290.75º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE14DD is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 20 | 221 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.13 |
| HSL | 290.75º | 0.83% | 0.47% | - |
| HSV(B) | 290.75º | 0.91% | 0.87% | - |
| XYZ | 34.54 | 16.67 | 69.8 | - |
| YUV | 93.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 221 | 0.14 | 0.91 | 0 | 0.13 | 290.75 | 0.83 | 0.47 |
| Hex | BE | 14 | DD | E | 5B | 0 | D | 123 | 53 | 2F |
| Octal | 276 | 24 | 335 | 16 | 133 | 0 | 15 | 443 | 123 | 57 |
| Binary | 10111110 | 10100 | 11011101 | 1110 | 1011011 | 0 | 1101 | 100100011 | 1010011 | 101111 |
Color Harmonies of #BE14DD
Complementary color
Monochromatic Colors of #BE14DD
Black with #BE14DD
Text Example
Text Example
White with #BE14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14DD; }
p { color: rgb(190,20,221); }
H1.HeaderClassName
{
color: #BE14DD;
}
.AnyTagClassName
{
color: #BE14DD;
}
</style>
background-color css
<style>
a { background-color: #BE14DD; }
a { background-color: rgb(190,20,221); }
div.DivClassName
{
background-color: #BE14DD;
}
.BgClassName
{
background-color: #BE14DD;
}
</style>
border-color css
<style>
span { border-color: #BE14DD; }
span { border-color: rgb(190,20,221); }
td.TdClassName
{
border-color: #BE14DD;
}
.TagClassName
{
border-color: #BE14DD;
}
</style>