Shades of Deep Magenta #BE11C9
Tints of Deep Magenta #BE11C9
RGB
CMYK
RGB Variations
Color information
#BE11C9 (or 0xBE11C9) is known color: Deep Magenta. HEX triplet: BE, 11 and C9. RGB value is (190,17,201). Sum of RGB (Red+Green+Blue) = 190+17+201=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE11C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11C9 is #41EE36. Grayscale: #595959. Windows color (decimal): -4320823 or 13177278. OLE color: 13177278.
HSL color Cylindrical-coordinate representation of color #BE11C9: hue angle of 296.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE11C9 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 17 | 201 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.21 |
| HSL | 296.41º | 0.84% | 0.43% | - |
| HSV(B) | 296.41º | 0.92% | 0.79% | - |
| XYZ | 31.98 | 15.57 | 56.58 | - |
| YUV | 89.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 201 | 0.05 | 0.92 | 0 | 0.21 | 296.41 | 0.84 | 0.43 |
| Hex | BE | 11 | C9 | 5 | 5C | 0 | 15 | 128 | 54 | 2B |
| Octal | 276 | 21 | 311 | 5 | 134 | 0 | 25 | 450 | 124 | 53 |
| Binary | 10111110 | 10001 | 11001001 | 101 | 1011100 | 0 | 10101 | 100101000 | 1010100 | 101011 |
Color Harmonies of #BE11C9
Complementary color
Monochromatic Colors of #BE11C9
Black with #BE11C9
Text Example
Text Example
White with #BE11C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE11C9; }
p { color: rgb(190,17,201); }
H1.HeaderClassName
{
color: #BE11C9;
}
.AnyTagClassName
{
color: #BE11C9;
}
</style>
background-color css
<style>
a { background-color: #BE11C9; }
a { background-color: rgb(190,17,201); }
div.DivClassName
{
background-color: #BE11C9;
}
.BgClassName
{
background-color: #BE11C9;
}
</style>
border-color css
<style>
span { border-color: #BE11C9; }
span { border-color: rgb(190,17,201); }
td.TdClassName
{
border-color: #BE11C9;
}
.TagClassName
{
border-color: #BE11C9;
}
</style>