Shades of Deep Magenta #BC0CCB
Tints of Deep Magenta #BC0CCB
RGB
CMYK
RGB Variations
Color information
#BC0CCB (or 0xBC0CCB) is known color: Deep Magenta. HEX triplet: BC, 0C and CB. RGB value is (188,12,203). Sum of RGB (Red+Green+Blue) = 188+12+203=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCB is #43F334. Grayscale: #555555. Windows color (decimal): -4453173 or 13307068. OLE color: 13307068.
HSL color Cylindrical-coordinate representation of color #BC0CCB: hue angle of 295.29º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CCB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 12 | 203 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.20 |
| HSL | 295.29º | 0.89% | 0.42% | - |
| HSV(B) | 295.29º | 0.94% | 0.8% | - |
| XYZ | 31.65 | 15.27 | 57.78 | - |
| YUV | 86.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 203 | 0.07 | 0.94 | 0 | 0.20 | 295.29 | 0.89 | 0.42 |
| Hex | BC | C | CB | 7 | 5E | 0 | 14 | 127 | 59 | 2A |
| Octal | 274 | 14 | 313 | 7 | 136 | 0 | 24 | 447 | 131 | 52 |
| Binary | 10111100 | 1100 | 11001011 | 111 | 1011110 | 0 | 10100 | 100100111 | 1011001 | 101010 |
Color Harmonies of #BC0CCB
Complementary color
Monochromatic Colors of #BC0CCB
Black with #BC0CCB
Text Example
Text Example
White with #BC0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CCB; }
p { color: rgb(188,12,203); }
H1.HeaderClassName
{
color: #BC0CCB;
}
.AnyTagClassName
{
color: #BC0CCB;
}
</style>
background-color css
<style>
a { background-color: #BC0CCB; }
a { background-color: rgb(188,12,203); }
div.DivClassName
{
background-color: #BC0CCB;
}
.BgClassName
{
background-color: #BC0CCB;
}
</style>
border-color css
<style>
span { border-color: #BC0CCB; }
span { border-color: rgb(188,12,203); }
td.TdClassName
{
border-color: #BC0CCB;
}
.TagClassName
{
border-color: #BC0CCB;
}
</style>