Shades of Deep Magenta #BC11AA
Tints of Deep Magenta #BC11AA
RGB
CMYK
RGB Variations
Color information
#BC11AA (or 0xBC11AA) is known color: Deep Magenta. HEX triplet: BC, 11 and AA. RGB value is (188,17,170). Sum of RGB (Red+Green+Blue) = 188+17+170=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC11AA is #43EE55. Grayscale: #555555. Windows color (decimal): -4451926 or 11145660. OLE color: 11145660.
HSL color Cylindrical-coordinate representation of color #BC11AA: hue angle of 306.32º 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 #BC11AA is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 170 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.26 |
| HSL | 306.32º | 0.83% | 0.4% | - |
| HSV(B) | 306.32º | 0.91% | 0.74% | - |
| XYZ | 28.2 | 13.99 | 39.25 | - |
| YUV | 85.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 170 | 0 | 0.91 | 0.10 | 0.26 | 306.32 | 0.83 | 0.4 |
| Hex | BC | 11 | AA | 0 | 5B | A | 1A | 132 | 53 | 28 |
| Octal | 274 | 21 | 252 | 0 | 133 | 12 | 32 | 462 | 123 | 50 |
| Binary | 10111100 | 10001 | 10101010 | 0 | 1011011 | 1010 | 11010 | 100110010 | 1010011 | 101000 |
Color Harmonies of #BC11AA
Complementary color
Monochromatic Colors of #BC11AA
Black with #BC11AA
Text Example
Text Example
White with #BC11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11AA; }
p { color: rgb(188,17,170); }
H1.HeaderClassName
{
color: #BC11AA;
}
.AnyTagClassName
{
color: #BC11AA;
}
</style>
background-color css
<style>
a { background-color: #BC11AA; }
a { background-color: rgb(188,17,170); }
div.DivClassName
{
background-color: #BC11AA;
}
.BgClassName
{
background-color: #BC11AA;
}
</style>
border-color css
<style>
span { border-color: #BC11AA; }
span { border-color: rgb(188,17,170); }
td.TdClassName
{
border-color: #BC11AA;
}
.TagClassName
{
border-color: #BC11AA;
}
</style>