Shades of Deep Magenta #BC00A7
Tints of Deep Magenta #BC00A7
RGB
CMYK
RGB Variations
Color information
#BC00A7 (or 0xBC00A7) is known color: Deep Magenta. HEX triplet: BC, 00 and A7. RGB value is (188,0,167). Sum of RGB (Red+Green+Blue) = 188+0+167=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00A7 is #43FF58. Grayscale: #4A4A4A. Windows color (decimal): -4456281 or 10944700. OLE color: 10944700.
HSL color Cylindrical-coordinate representation of color #BC00A7: hue angle of 306.7º 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 #BC00A7 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.11 | 0.26 |
| HSL | 306.7º | 1% | 0.37% | - |
| HSV(B) | 306.7º | 1% | 0.74% | - |
| XYZ | 27.71 | 13.48 | 37.7 | - |
| YUV | 75.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 167 | 0 | 1 | 0.11 | 0.26 | 306.7 | 1 | 0.37 |
| Hex | BC | 0 | A7 | 0 | 64 | B | 1A | 133 | 64 | 25 |
| Octal | 274 | 0 | 247 | 0 | 144 | 13 | 32 | 463 | 144 | 45 |
| Binary | 10111100 | 0 | 10100111 | 0 | 1100100 | 1011 | 11010 | 100110011 | 1100100 | 100101 |
Color Harmonies of #BC00A7
Complementary color
Monochromatic Colors of #BC00A7
Black with #BC00A7
Text Example
Text Example
White with #BC00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00A7; }
p { color: rgb(188,0,167); }
H1.HeaderClassName
{
color: #BC00A7;
}
.AnyTagClassName
{
color: #BC00A7;
}
</style>
background-color css
<style>
a { background-color: #BC00A7; }
a { background-color: rgb(188,0,167); }
div.DivClassName
{
background-color: #BC00A7;
}
.BgClassName
{
background-color: #BC00A7;
}
</style>
border-color css
<style>
span { border-color: #BC00A7; }
span { border-color: rgb(188,0,167); }
td.TdClassName
{
border-color: #BC00A7;
}
.TagClassName
{
border-color: #BC00A7;
}
</style>