Shades of Deep Magenta #BE11AC
Tints of Deep Magenta #BE11AC
RGB
CMYK
RGB Variations
Color information
#BE11AC (or 0xBE11AC) is known color: Deep Magenta. HEX triplet: BE, 11 and AC. RGB value is (190,17,172). Sum of RGB (Red+Green+Blue) = 190+17+172=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE11AC is #41EE53. Grayscale: #555555. Windows color (decimal): -4320852 or 11276734. OLE color: 11276734.
HSL color Cylindrical-coordinate representation of color #BE11AC: hue angle of 306.24º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE11AC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.25 |
| HSL | 306.24º | 0.84% | 0.41% | - |
| HSV(B) | 306.24º | 0.91% | 0.75% | - |
| XYZ | 28.88 | 14.33 | 40.27 | - |
| YUV | 86.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 172 | 0 | 0.91 | 0.09 | 0.25 | 306.24 | 0.84 | 0.41 |
| Hex | BE | 11 | AC | 0 | 5B | 9 | 19 | 132 | 54 | 29 |
| Octal | 276 | 21 | 254 | 0 | 133 | 11 | 31 | 462 | 124 | 51 |
| Binary | 10111110 | 10001 | 10101100 | 0 | 1011011 | 1001 | 11001 | 100110010 | 1010100 | 101001 |
Color Harmonies of #BE11AC
Complementary color
Monochromatic Colors of #BE11AC
Black with #BE11AC
Text Example
Text Example
White with #BE11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE11AC; }
p { color: rgb(190,17,172); }
H1.HeaderClassName
{
color: #BE11AC;
}
.AnyTagClassName
{
color: #BE11AC;
}
</style>
background-color css
<style>
a { background-color: #BE11AC; }
a { background-color: rgb(190,17,172); }
div.DivClassName
{
background-color: #BE11AC;
}
.BgClassName
{
background-color: #BE11AC;
}
</style>
border-color css
<style>
span { border-color: #BE11AC; }
span { border-color: rgb(190,17,172); }
td.TdClassName
{
border-color: #BE11AC;
}
.TagClassName
{
border-color: #BE11AC;
}
</style>