Shades of Deep Magenta #BC12AA
Tints of Deep Magenta #BC12AA
RGB
CMYK
RGB Variations
Color information
#BC12AA (or 0xBC12AA) is known color: Deep Magenta. HEX triplet: BC, 12 and AA. RGB value is (188,18,170). Sum of RGB (Red+Green+Blue) = 188+18+170=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12AA is #43ED55. Grayscale: #555555. Windows color (decimal): -4451670 or 11145916. OLE color: 11145916.
HSL color Cylindrical-coordinate representation of color #BC12AA: hue angle of 306.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12AA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 170 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.26 |
| HSL | 306.35º | 0.83% | 0.4% | - |
| HSV(B) | 306.35º | 0.9% | 0.74% | - |
| XYZ | 28.21 | 14.03 | 39.25 | - |
| YUV | 86.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 170 | 0 | 0.90 | 0.10 | 0.26 | 306.35 | 0.83 | 0.4 |
| Hex | BC | 12 | AA | 0 | 5A | A | 1A | 132 | 53 | 28 |
| Octal | 274 | 22 | 252 | 0 | 132 | 12 | 32 | 462 | 123 | 50 |
| Binary | 10111100 | 10010 | 10101010 | 0 | 1011010 | 1010 | 11010 | 100110010 | 1010011 | 101000 |
Color Harmonies of #BC12AA
Complementary color
Monochromatic Colors of #BC12AA
Black with #BC12AA
Text Example
Text Example
White with #BC12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12AA; }
p { color: rgb(188,18,170); }
H1.HeaderClassName
{
color: #BC12AA;
}
.AnyTagClassName
{
color: #BC12AA;
}
</style>
background-color css
<style>
a { background-color: #BC12AA; }
a { background-color: rgb(188,18,170); }
div.DivClassName
{
background-color: #BC12AA;
}
.BgClassName
{
background-color: #BC12AA;
}
</style>
border-color css
<style>
span { border-color: #BC12AA; }
span { border-color: rgb(188,18,170); }
td.TdClassName
{
border-color: #BC12AA;
}
.TagClassName
{
border-color: #BC12AA;
}
</style>