Shades of Deep Magenta #BC0ACB
Tints of Deep Magenta #BC0ACB
RGB
CMYK
RGB Variations
Color information
#BC0ACB (or 0xBC0ACB) is known color: Deep Magenta. HEX triplet: BC, 0A and CB. RGB value is (188,10,203). Sum of RGB (Red+Green+Blue) = 188+10+203=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ACB is #43F534. Grayscale: #545454. Windows color (decimal): -4453685 or 13306556. OLE color: 13306556.
HSL color Cylindrical-coordinate representation of color #BC0ACB: hue angle of 295.34º 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 #BC0ACB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 10 | 203 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.20 |
| HSL | 295.34º | 0.91% | 0.42% | - |
| HSV(B) | 295.34º | 0.95% | 0.8% | - |
| XYZ | 31.63 | 15.22 | 57.77 | - |
| YUV | 85.22 | 194.47 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 203 | 0.07 | 0.95 | 0 | 0.20 | 295.34 | 0.91 | 0.42 |
| Hex | BC | A | CB | 7 | 5F | 0 | 14 | 127 | 5B | 2A |
| Octal | 274 | 12 | 313 | 7 | 137 | 0 | 24 | 447 | 133 | 52 |
| Binary | 10111100 | 1010 | 11001011 | 111 | 1011111 | 0 | 10100 | 100100111 | 1011011 | 101010 |
Color Harmonies of #BC0ACB
Complementary color
Monochromatic Colors of #BC0ACB
Black with #BC0ACB
Text Example
Text Example
White with #BC0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ACB; }
p { color: rgb(188,10,203); }
H1.HeaderClassName
{
color: #BC0ACB;
}
.AnyTagClassName
{
color: #BC0ACB;
}
</style>
background-color css
<style>
a { background-color: #BC0ACB; }
a { background-color: rgb(188,10,203); }
div.DivClassName
{
background-color: #BC0ACB;
}
.BgClassName
{
background-color: #BC0ACB;
}
</style>
border-color css
<style>
span { border-color: #BC0ACB; }
span { border-color: rgb(188,10,203); }
td.TdClassName
{
border-color: #BC0ACB;
}
.TagClassName
{
border-color: #BC0ACB;
}
</style>