Shades of Deep Magenta #BC1AAC
Tints of Deep Magenta #BC1AAC
RGB
CMYK
RGB Variations
Color information
#BC1AAC (or 0xBC1AAC) is known color: Deep Magenta. HEX triplet: BC, 1A and AC. RGB value is (188,26,172). Sum of RGB (Red+Green+Blue) = 188+26+172=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AAC is #43E553. Grayscale: #5A5A5A. Windows color (decimal): -4449620 or 11279036. OLE color: 11279036.
HSL color Cylindrical-coordinate representation of color #BC1AAC: hue angle of 305.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AAC is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 172 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.26 |
| HSL | 305.93º | 0.76% | 0.42% | - |
| HSV(B) | 305.93º | 0.86% | 0.74% | - |
| XYZ | 28.55 | 14.41 | 40.31 | - |
| YUV | 91.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 172 | 0 | 0.86 | 0.09 | 0.26 | 305.93 | 0.76 | 0.42 |
| Hex | BC | 1A | AC | 0 | 56 | 9 | 1A | 132 | 4C | 2A |
| Octal | 274 | 32 | 254 | 0 | 126 | 11 | 32 | 462 | 114 | 52 |
| Binary | 10111100 | 11010 | 10101100 | 0 | 1010110 | 1001 | 11010 | 100110010 | 1001100 | 101010 |
Color Harmonies of #BC1AAC
Complementary color
Monochromatic Colors of #BC1AAC
Black with #BC1AAC
Text Example
Text Example
White with #BC1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AAC; }
p { color: rgb(188,26,172); }
H1.HeaderClassName
{
color: #BC1AAC;
}
.AnyTagClassName
{
color: #BC1AAC;
}
</style>
background-color css
<style>
a { background-color: #BC1AAC; }
a { background-color: rgb(188,26,172); }
div.DivClassName
{
background-color: #BC1AAC;
}
.BgClassName
{
background-color: #BC1AAC;
}
</style>
border-color css
<style>
span { border-color: #BC1AAC; }
span { border-color: rgb(188,26,172); }
td.TdClassName
{
border-color: #BC1AAC;
}
.TagClassName
{
border-color: #BC1AAC;
}
</style>