Shades of Deep Magenta #BE13DD
Tints of Deep Magenta #BE13DD
RGB
CMYK
RGB Variations
Color information
#BE13DD (or 0xBE13DD) is known color: Deep Magenta. HEX triplet: BE, 13 and DD. RGB value is (190,19,221). Sum of RGB (Red+Green+Blue) = 190+19+221=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13DD is #41EC22. Grayscale: #5C5C5C. Windows color (decimal): -4320291 or 14488510. OLE color: 14488510.
HSL color Cylindrical-coordinate representation of color #BE13DD: hue angle of 290.79º degrees, saturation: 0.84, 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 #BE13DD is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 19 | 221 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.13 |
| HSL | 290.79º | 0.84% | 0.47% | - |
| HSV(B) | 290.79º | 0.91% | 0.87% | - |
| XYZ | 34.52 | 16.63 | 69.8 | - |
| YUV | 93.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 221 | 0.14 | 0.91 | 0 | 0.13 | 290.79 | 0.84 | 0.47 |
| Hex | BE | 13 | DD | E | 5B | 0 | D | 123 | 54 | 2F |
| Octal | 276 | 23 | 335 | 16 | 133 | 0 | 15 | 443 | 124 | 57 |
| Binary | 10111110 | 10011 | 11011101 | 1110 | 1011011 | 0 | 1101 | 100100011 | 1010100 | 101111 |
Color Harmonies of #BE13DD
Complementary color
Monochromatic Colors of #BE13DD
Black with #BE13DD
Text Example
Text Example
White with #BE13DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13DD; }
p { color: rgb(190,19,221); }
H1.HeaderClassName
{
color: #BE13DD;
}
.AnyTagClassName
{
color: #BE13DD;
}
</style>
background-color css
<style>
a { background-color: #BE13DD; }
a { background-color: rgb(190,19,221); }
div.DivClassName
{
background-color: #BE13DD;
}
.BgClassName
{
background-color: #BE13DD;
}
</style>
border-color css
<style>
span { border-color: #BE13DD; }
span { border-color: rgb(190,19,221); }
td.TdClassName
{
border-color: #BE13DD;
}
.TagClassName
{
border-color: #BE13DD;
}
</style>