Shades of Deep Magenta #BC15AA
Tints of Deep Magenta #BC15AA
RGB
CMYK
RGB Variations
Color information
#BC15AA (or 0xBC15AA) is known color: Deep Magenta. HEX triplet: BC, 15 and AA. RGB value is (188,21,170). Sum of RGB (Red+Green+Blue) = 188+21+170=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC15AA is #43EA55. Grayscale: #575757. Windows color (decimal): -4450902 or 11146684. OLE color: 11146684.
HSL color Cylindrical-coordinate representation of color #BC15AA: hue angle of 306.47º degrees, saturation: 0.8, 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 #BC15AA is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 170 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.26 |
| HSL | 306.47º | 0.8% | 0.41% | - |
| HSV(B) | 306.47º | 0.89% | 0.74% | - |
| XYZ | 28.26 | 14.13 | 39.27 | - |
| YUV | 87.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 170 | 0 | 0.89 | 0.10 | 0.26 | 306.47 | 0.8 | 0.41 |
| Hex | BC | 15 | AA | 0 | 59 | A | 1A | 132 | 50 | 29 |
| Octal | 274 | 25 | 252 | 0 | 131 | 12 | 32 | 462 | 120 | 51 |
| Binary | 10111100 | 10101 | 10101010 | 0 | 1011001 | 1010 | 11010 | 100110010 | 1010000 | 101001 |
Color Harmonies of #BC15AA
Complementary color
Monochromatic Colors of #BC15AA
Black with #BC15AA
Text Example
Text Example
White with #BC15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC15AA; }
p { color: rgb(188,21,170); }
H1.HeaderClassName
{
color: #BC15AA;
}
.AnyTagClassName
{
color: #BC15AA;
}
</style>
background-color css
<style>
a { background-color: #BC15AA; }
a { background-color: rgb(188,21,170); }
div.DivClassName
{
background-color: #BC15AA;
}
.BgClassName
{
background-color: #BC15AA;
}
</style>
border-color css
<style>
span { border-color: #BC15AA; }
span { border-color: rgb(188,21,170); }
td.TdClassName
{
border-color: #BC15AA;
}
.TagClassName
{
border-color: #BC15AA;
}
</style>