Shades of Deep Magenta #BC0BCC
Tints of Deep Magenta #BC0BCC
RGB
CMYK
RGB Variations
Color information
#BC0BCC (or 0xBC0BCC) is known color: Deep Magenta. HEX triplet: BC, 0B and CC. RGB value is (188,11,204). Sum of RGB (Red+Green+Blue) = 188+11+204=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BCC is #43F433. Grayscale: #555555. Windows color (decimal): -4453428 or 13372348. OLE color: 13372348.
HSL color Cylindrical-coordinate representation of color #BC0BCC: hue angle of 295.03º degrees, saturation: 0.9, 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 #BC0BCC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 11 | 204 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.2 |
| HSL | 295.03º | 0.9% | 0.42% | - |
| HSV(B) | 295.03º | 0.95% | 0.8% | - |
| XYZ | 31.76 | 15.29 | 58.4 | - |
| YUV | 85.93 | 194.64 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 204 | 0.08 | 0.95 | 0 | 0.2 | 295.03 | 0.9 | 0.42 |
| Hex | BC | B | CC | 8 | 5F | 0 | 14 | 127 | 5A | 2A |
| Octal | 274 | 13 | 314 | 10 | 137 | 0 | 24 | 447 | 132 | 52 |
| Binary | 10111100 | 1011 | 11001100 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011010 | 101010 |
Color Harmonies of #BC0BCC
Complementary color
Monochromatic Colors of #BC0BCC
Black with #BC0BCC
Text Example
Text Example
White with #BC0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BCC; }
p { color: rgb(188,11,204); }
H1.HeaderClassName
{
color: #BC0BCC;
}
.AnyTagClassName
{
color: #BC0BCC;
}
</style>
background-color css
<style>
a { background-color: #BC0BCC; }
a { background-color: rgb(188,11,204); }
div.DivClassName
{
background-color: #BC0BCC;
}
.BgClassName
{
background-color: #BC0BCC;
}
</style>
border-color css
<style>
span { border-color: #BC0BCC; }
span { border-color: rgb(188,11,204); }
td.TdClassName
{
border-color: #BC0BCC;
}
.TagClassName
{
border-color: #BC0BCC;
}
</style>