Shades of Deep Magenta #BC00AC
Tints of Deep Magenta #BC00AC
RGB
CMYK
RGB Variations
Color information
#BC00AC (or 0xBC00AC) is known color: Deep Magenta. HEX triplet: BC, 00 and AC. RGB value is (188,0,172). Sum of RGB (Red+Green+Blue) = 188+0+172=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00AC is #43FF53. Grayscale: #4B4B4B. Windows color (decimal): -4456276 or 11272380. OLE color: 11272380.
HSL color Cylindrical-coordinate representation of color #BC00AC: hue angle of 305.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00AC is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.09 | 0.26 |
| HSL | 305.11º | 1% | 0.37% | - |
| HSV(B) | 305.11º | 1% | 0.74% | - |
| XYZ | 28.19 | 13.67 | 40.18 | - |
| YUV | 75.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 172 | 0 | 1 | 0.09 | 0.26 | 305.11 | 1 | 0.37 |
| Hex | BC | 0 | AC | 0 | 64 | 9 | 1A | 131 | 64 | 25 |
| Octal | 274 | 0 | 254 | 0 | 144 | 11 | 32 | 461 | 144 | 45 |
| Binary | 10111100 | 0 | 10101100 | 0 | 1100100 | 1001 | 11010 | 100110001 | 1100100 | 100101 |
Color Harmonies of #BC00AC
Complementary color
Monochromatic Colors of #BC00AC
Black with #BC00AC
Text Example
Text Example
White with #BC00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00AC; }
p { color: rgb(188,0,172); }
H1.HeaderClassName
{
color: #BC00AC;
}
.AnyTagClassName
{
color: #BC00AC;
}
</style>
background-color css
<style>
a { background-color: #BC00AC; }
a { background-color: rgb(188,0,172); }
div.DivClassName
{
background-color: #BC00AC;
}
.BgClassName
{
background-color: #BC00AC;
}
</style>
border-color css
<style>
span { border-color: #BC00AC; }
span { border-color: rgb(188,0,172); }
td.TdClassName
{
border-color: #BC00AC;
}
.TagClassName
{
border-color: #BC00AC;
}
</style>