Shades of Deep Magenta #BC0CAB
Tints of Deep Magenta #BC0CAB
RGB
CMYK
RGB Variations
Color information
#BC0CAB (or 0xBC0CAB) is known color: Deep Magenta. HEX triplet: BC, 0C and AB. RGB value is (188,12,171). Sum of RGB (Red+Green+Blue) = 188+12+171=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0CAB is #43F354. Grayscale: #525252. Windows color (decimal): -4453205 or 11209916. OLE color: 11209916.
HSL color Cylindrical-coordinate representation of color #BC0CAB: hue angle of 305.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CAB is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 171 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.26 |
| HSL | 305.8º | 0.88% | 0.39% | - |
| HSV(B) | 305.8º | 0.94% | 0.74% | - |
| XYZ | 28.22 | 13.89 | 39.72 | - |
| YUV | 82.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 171 | 0 | 0.94 | 0.09 | 0.26 | 305.8 | 0.88 | 0.39 |
| Hex | BC | C | AB | 0 | 5E | 9 | 1A | 132 | 58 | 27 |
| Octal | 274 | 14 | 253 | 0 | 136 | 11 | 32 | 462 | 130 | 47 |
| Binary | 10111100 | 1100 | 10101011 | 0 | 1011110 | 1001 | 11010 | 100110010 | 1011000 | 100111 |
Color Harmonies of #BC0CAB
Complementary color
Monochromatic Colors of #BC0CAB
Black with #BC0CAB
Text Example
Text Example
White with #BC0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CAB; }
p { color: rgb(188,12,171); }
H1.HeaderClassName
{
color: #BC0CAB;
}
.AnyTagClassName
{
color: #BC0CAB;
}
</style>
background-color css
<style>
a { background-color: #BC0CAB; }
a { background-color: rgb(188,12,171); }
div.DivClassName
{
background-color: #BC0CAB;
}
.BgClassName
{
background-color: #BC0CAB;
}
</style>
border-color css
<style>
span { border-color: #BC0CAB; }
span { border-color: rgb(188,12,171); }
td.TdClassName
{
border-color: #BC0CAB;
}
.TagClassName
{
border-color: #BC0CAB;
}
</style>