Shades of Deep Magenta #BC16AA
Tints of Deep Magenta #BC16AA
RGB
CMYK
RGB Variations
Color information
#BC16AA (or 0xBC16AA) is known color: Deep Magenta. HEX triplet: BC, 16 and AA. RGB value is (188,22,170). Sum of RGB (Red+Green+Blue) = 188+22+170=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16AA is #43E955. Grayscale: #585858. Windows color (decimal): -4450646 or 11146940. OLE color: 11146940.
HSL color Cylindrical-coordinate representation of color #BC16AA: hue angle of 306.51º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC16AA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 170 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.26 |
| HSL | 306.51º | 0.79% | 0.41% | - |
| HSV(B) | 306.51º | 0.88% | 0.74% | - |
| XYZ | 28.28 | 14.17 | 39.27 | - |
| YUV | 88.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 170 | 0 | 0.88 | 0.10 | 0.26 | 306.51 | 0.79 | 0.41 |
| Hex | BC | 16 | AA | 0 | 58 | A | 1A | 133 | 4F | 29 |
| Octal | 274 | 26 | 252 | 0 | 130 | 12 | 32 | 463 | 117 | 51 |
| Binary | 10111100 | 10110 | 10101010 | 0 | 1011000 | 1010 | 11010 | 100110011 | 1001111 | 101001 |
Color Harmonies of #BC16AA
Complementary color
Monochromatic Colors of #BC16AA
Black with #BC16AA
Text Example
Text Example
White with #BC16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16AA; }
p { color: rgb(188,22,170); }
H1.HeaderClassName
{
color: #BC16AA;
}
.AnyTagClassName
{
color: #BC16AA;
}
</style>
background-color css
<style>
a { background-color: #BC16AA; }
a { background-color: rgb(188,22,170); }
div.DivClassName
{
background-color: #BC16AA;
}
.BgClassName
{
background-color: #BC16AA;
}
</style>
border-color css
<style>
span { border-color: #BC16AA; }
span { border-color: rgb(188,22,170); }
td.TdClassName
{
border-color: #BC16AA;
}
.TagClassName
{
border-color: #BC16AA;
}
</style>