Shades of Deep Magenta #BC0ACC
Tints of Deep Magenta #BC0ACC
RGB
CMYK
RGB Variations
Color information
#BC0ACC (or 0xBC0ACC) is known color: Deep Magenta. HEX triplet: BC, 0A and CC. RGB value is (188,10,204). Sum of RGB (Red+Green+Blue) = 188+10+204=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ACC is #43F533. Grayscale: #545454. Windows color (decimal): -4453684 or 13372092. OLE color: 13372092.
HSL color Cylindrical-coordinate representation of color #BC0ACC: hue angle of 295.05º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0ACC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 10 | 204 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.2 |
| HSL | 295.05º | 0.91% | 0.42% | - |
| HSV(B) | 295.05º | 0.95% | 0.8% | - |
| XYZ | 31.75 | 15.27 | 58.4 | - |
| YUV | 85.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 204 | 0.08 | 0.95 | 0 | 0.2 | 295.05 | 0.91 | 0.42 |
| Hex | BC | A | CC | 8 | 5F | 0 | 14 | 127 | 5B | 2A |
| Octal | 274 | 12 | 314 | 10 | 137 | 0 | 24 | 447 | 133 | 52 |
| Binary | 10111100 | 1010 | 11001100 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011011 | 101010 |
Color Harmonies of #BC0ACC
Complementary color
Monochromatic Colors of #BC0ACC
Black with #BC0ACC
Text Example
Text Example
White with #BC0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ACC; }
p { color: rgb(188,10,204); }
H1.HeaderClassName
{
color: #BC0ACC;
}
.AnyTagClassName
{
color: #BC0ACC;
}
</style>
background-color css
<style>
a { background-color: #BC0ACC; }
a { background-color: rgb(188,10,204); }
div.DivClassName
{
background-color: #BC0ACC;
}
.BgClassName
{
background-color: #BC0ACC;
}
</style>
border-color css
<style>
span { border-color: #BC0ACC; }
span { border-color: rgb(188,10,204); }
td.TdClassName
{
border-color: #BC0ACC;
}
.TagClassName
{
border-color: #BC0ACC;
}
</style>