Shades of Deep Magenta #BC00A8
Tints of Deep Magenta #BC00A8
RGB
CMYK
RGB Variations
Color information
#BC00A8 (or 0xBC00A8) is known color: Deep Magenta. HEX triplet: BC, 00 and A8. RGB value is (188,0,168). Sum of RGB (Red+Green+Blue) = 188+0+168=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00A8 is #43FF57. Grayscale: #4A4A4A. Windows color (decimal): -4456280 or 11010236. OLE color: 11010236.
HSL color Cylindrical-coordinate representation of color #BC00A8: hue angle of 306.38º 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 #BC00A8 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.11 | 0.26 |
| HSL | 306.38º | 1% | 0.37% | - |
| HSV(B) | 306.38º | 1% | 0.74% | - |
| XYZ | 27.81 | 13.52 | 38.19 | - |
| YUV | 75.36 | 180.28 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 168 | 0 | 1 | 0.11 | 0.26 | 306.38 | 1 | 0.37 |
| Hex | BC | 0 | A8 | 0 | 64 | B | 1A | 132 | 64 | 25 |
| Octal | 274 | 0 | 250 | 0 | 144 | 13 | 32 | 462 | 144 | 45 |
| Binary | 10111100 | 0 | 10101000 | 0 | 1100100 | 1011 | 11010 | 100110010 | 1100100 | 100101 |
Color Harmonies of #BC00A8
Complementary color
Monochromatic Colors of #BC00A8
Black with #BC00A8
Text Example
Text Example
White with #BC00A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00A8; }
p { color: rgb(188,0,168); }
H1.HeaderClassName
{
color: #BC00A8;
}
.AnyTagClassName
{
color: #BC00A8;
}
</style>
background-color css
<style>
a { background-color: #BC00A8; }
a { background-color: rgb(188,0,168); }
div.DivClassName
{
background-color: #BC00A8;
}
.BgClassName
{
background-color: #BC00A8;
}
</style>
border-color css
<style>
span { border-color: #BC00A8; }
span { border-color: rgb(188,0,168); }
td.TdClassName
{
border-color: #BC00A8;
}
.TagClassName
{
border-color: #BC00A8;
}
</style>