Shades of Deep Magenta #BC10AC
Tints of Deep Magenta #BC10AC
RGB
CMYK
RGB Variations
Color information
#BC10AC (or 0xBC10AC) is known color: Deep Magenta. HEX triplet: BC, 10 and AC. RGB value is (188,16,172). Sum of RGB (Red+Green+Blue) = 188+16+172=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC10AC is #43EF53. Grayscale: #545454. Windows color (decimal): -4452180 or 11276476. OLE color: 11276476.
HSL color Cylindrical-coordinate representation of color #BC10AC: hue angle of 305.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC10AC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 172 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.26 |
| HSL | 305.58º | 0.84% | 0.4% | - |
| HSV(B) | 305.58º | 0.91% | 0.74% | - |
| XYZ | 28.37 | 14.04 | 40.24 | - |
| YUV | 85.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 172 | 0 | 0.91 | 0.09 | 0.26 | 305.58 | 0.84 | 0.4 |
| Hex | BC | 10 | AC | 0 | 5B | 9 | 1A | 132 | 54 | 28 |
| Octal | 274 | 20 | 254 | 0 | 133 | 11 | 32 | 462 | 124 | 50 |
| Binary | 10111100 | 10000 | 10101100 | 0 | 1011011 | 1001 | 11010 | 100110010 | 1010100 | 101000 |
Color Harmonies of #BC10AC
Complementary color
Monochromatic Colors of #BC10AC
Black with #BC10AC
Text Example
Text Example
White with #BC10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10AC; }
p { color: rgb(188,16,172); }
H1.HeaderClassName
{
color: #BC10AC;
}
.AnyTagClassName
{
color: #BC10AC;
}
</style>
background-color css
<style>
a { background-color: #BC10AC; }
a { background-color: rgb(188,16,172); }
div.DivClassName
{
background-color: #BC10AC;
}
.BgClassName
{
background-color: #BC10AC;
}
</style>
border-color css
<style>
span { border-color: #BC10AC; }
span { border-color: rgb(188,16,172); }
td.TdClassName
{
border-color: #BC10AC;
}
.TagClassName
{
border-color: #BC10AC;
}
</style>