Shades of Deep Magenta #BC14AA
Tints of Deep Magenta #BC14AA
RGB
CMYK
RGB Variations
Color information
#BC14AA (or 0xBC14AA) is known color: Deep Magenta. HEX triplet: BC, 14 and AA. RGB value is (188,20,170). Sum of RGB (Red+Green+Blue) = 188+20+170=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC14AA is #43EB55. Grayscale: #565656. Windows color (decimal): -4451158 or 11146428. OLE color: 11146428.
HSL color Cylindrical-coordinate representation of color #BC14AA: hue angle of 306.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC14AA is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 170 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.26 |
| HSL | 306.43º | 0.81% | 0.41% | - |
| HSV(B) | 306.43º | 0.89% | 0.74% | - |
| XYZ | 28.24 | 14.09 | 39.26 | - |
| YUV | 87.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 170 | 0 | 0.89 | 0.10 | 0.26 | 306.43 | 0.81 | 0.41 |
| Hex | BC | 14 | AA | 0 | 59 | A | 1A | 132 | 51 | 29 |
| Octal | 274 | 24 | 252 | 0 | 131 | 12 | 32 | 462 | 121 | 51 |
| Binary | 10111100 | 10100 | 10101010 | 0 | 1011001 | 1010 | 11010 | 100110010 | 1010001 | 101001 |
Color Harmonies of #BC14AA
Complementary color
Monochromatic Colors of #BC14AA
Black with #BC14AA
Text Example
Text Example
White with #BC14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14AA; }
p { color: rgb(188,20,170); }
H1.HeaderClassName
{
color: #BC14AA;
}
.AnyTagClassName
{
color: #BC14AA;
}
</style>
background-color css
<style>
a { background-color: #BC14AA; }
a { background-color: rgb(188,20,170); }
div.DivClassName
{
background-color: #BC14AA;
}
.BgClassName
{
background-color: #BC14AA;
}
</style>
border-color css
<style>
span { border-color: #BC14AA; }
span { border-color: rgb(188,20,170); }
td.TdClassName
{
border-color: #BC14AA;
}
.TagClassName
{
border-color: #BC14AA;
}
</style>