Shades of Deep Magenta #BC0AC0
Tints of Deep Magenta #BC0AC0
RGB
CMYK
RGB Variations
Color information
#BC0AC0 (or 0xBC0AC0) is known color: Deep Magenta. HEX triplet: BC, 0A and C0. RGB value is (188,10,192). Sum of RGB (Red+Green+Blue) = 188+10+192=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC0AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0AC0 is #43F53F. Grayscale: #535353. Windows color (decimal): -4453696 or 12585660. OLE color: 12585660.
HSL color Cylindrical-coordinate representation of color #BC0AC0: hue angle of 298.68º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0AC0 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 10 | 192 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.25 |
| HSL | 298.68º | 0.9% | 0.4% | - |
| HSV(B) | 298.68º | 0.95% | 0.75% | - |
| XYZ | 30.36 | 14.71 | 51.11 | - |
| YUV | 83.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 192 | 0.02 | 0.95 | 0 | 0.25 | 298.68 | 0.9 | 0.4 |
| Hex | BC | A | C0 | 2 | 5F | 0 | 19 | 12B | 5A | 28 |
| Octal | 274 | 12 | 300 | 2 | 137 | 0 | 31 | 453 | 132 | 50 |
| Binary | 10111100 | 1010 | 11000000 | 10 | 1011111 | 0 | 11001 | 100101011 | 1011010 | 101000 |
Color Harmonies of #BC0AC0
Complementary color
Monochromatic Colors of #BC0AC0
Black with #BC0AC0
Text Example
Text Example
White with #BC0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AC0; }
p { color: rgb(188,10,192); }
H1.HeaderClassName
{
color: #BC0AC0;
}
.AnyTagClassName
{
color: #BC0AC0;
}
</style>
background-color css
<style>
a { background-color: #BC0AC0; }
a { background-color: rgb(188,10,192); }
div.DivClassName
{
background-color: #BC0AC0;
}
.BgClassName
{
background-color: #BC0AC0;
}
</style>
border-color css
<style>
span { border-color: #BC0AC0; }
span { border-color: rgb(188,10,192); }
td.TdClassName
{
border-color: #BC0AC0;
}
.TagClassName
{
border-color: #BC0AC0;
}
</style>