Shades of Deep Magenta #BC11AB
Tints of Deep Magenta #BC11AB
RGB
CMYK
RGB Variations
Color information
#BC11AB (or 0xBC11AB) is known color: Deep Magenta. HEX triplet: BC, 11 and AB. RGB value is (188,17,171). Sum of RGB (Red+Green+Blue) = 188+17+171=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC11AB is #43EE54. Grayscale: #555555. Windows color (decimal): -4451925 or 11211196. OLE color: 11211196.
HSL color Cylindrical-coordinate representation of color #BC11AB: hue angle of 305.96º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC11AB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 171 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.26 |
| HSL | 305.96º | 0.83% | 0.4% | - |
| HSV(B) | 305.96º | 0.91% | 0.74% | - |
| XYZ | 28.29 | 14.03 | 39.75 | - |
| YUV | 85.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 171 | 0 | 0.91 | 0.09 | 0.26 | 305.96 | 0.83 | 0.4 |
| Hex | BC | 11 | AB | 0 | 5B | 9 | 1A | 132 | 53 | 28 |
| Octal | 274 | 21 | 253 | 0 | 133 | 11 | 32 | 462 | 123 | 50 |
| Binary | 10111100 | 10001 | 10101011 | 0 | 1011011 | 1001 | 11010 | 100110010 | 1010011 | 101000 |
Color Harmonies of #BC11AB
Complementary color
Monochromatic Colors of #BC11AB
Black with #BC11AB
Text Example
Text Example
White with #BC11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11AB; }
p { color: rgb(188,17,171); }
H1.HeaderClassName
{
color: #BC11AB;
}
.AnyTagClassName
{
color: #BC11AB;
}
</style>
background-color css
<style>
a { background-color: #BC11AB; }
a { background-color: rgb(188,17,171); }
div.DivClassName
{
background-color: #BC11AB;
}
.BgClassName
{
background-color: #BC11AB;
}
</style>
border-color css
<style>
span { border-color: #BC11AB; }
span { border-color: rgb(188,17,171); }
td.TdClassName
{
border-color: #BC11AB;
}
.TagClassName
{
border-color: #BC11AB;
}
</style>