Shades of Deep Magenta #BC03A8
Tints of Deep Magenta #BC03A8
RGB
CMYK
RGB Variations
Color information
#BC03A8 (or 0xBC03A8) is known color: Deep Magenta. HEX triplet: BC, 03 and A8. RGB value is (188,3,168). Sum of RGB (Red+Green+Blue) = 188+3+168=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC03A8 is #43FC57. Grayscale: #4C4C4C. Windows color (decimal): -4455512 or 11011004. OLE color: 11011004.
HSL color Cylindrical-coordinate representation of color #BC03A8: hue angle of 306.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC03A8 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 168 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.26 |
| HSL | 306.49º | 0.97% | 0.37% | - |
| HSV(B) | 306.49º | 0.98% | 0.74% | - |
| XYZ | 27.84 | 13.58 | 38.2 | - |
| YUV | 77.13 | 179.29 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 168 | 0 | 0.98 | 0.11 | 0.26 | 306.49 | 0.97 | 0.37 |
| Hex | BC | 3 | A8 | 0 | 62 | B | 1A | 132 | 61 | 25 |
| Octal | 274 | 3 | 250 | 0 | 142 | 13 | 32 | 462 | 141 | 45 |
| Binary | 10111100 | 11 | 10101000 | 0 | 1100010 | 1011 | 11010 | 100110010 | 1100001 | 100101 |
Color Harmonies of #BC03A8
Complementary color
Monochromatic Colors of #BC03A8
Black with #BC03A8
Text Example
Text Example
White with #BC03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03A8; }
p { color: rgb(188,3,168); }
H1.HeaderClassName
{
color: #BC03A8;
}
.AnyTagClassName
{
color: #BC03A8;
}
</style>
background-color css
<style>
a { background-color: #BC03A8; }
a { background-color: rgb(188,3,168); }
div.DivClassName
{
background-color: #BC03A8;
}
.BgClassName
{
background-color: #BC03A8;
}
</style>
border-color css
<style>
span { border-color: #BC03A8; }
span { border-color: rgb(188,3,168); }
td.TdClassName
{
border-color: #BC03A8;
}
.TagClassName
{
border-color: #BC03A8;
}
</style>