Shades of Deep Magenta #BC0BCB
Tints of Deep Magenta #BC0BCB
RGB
CMYK
RGB Variations
Color information
#BC0BCB (or 0xBC0BCB) is known color: Deep Magenta. HEX triplet: BC, 0B and CB. RGB value is (188,11,203). Sum of RGB (Red+Green+Blue) = 188+11+203=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BCB is #43F434. Grayscale: #555555. Windows color (decimal): -4453429 or 13306812. OLE color: 13306812.
HSL color Cylindrical-coordinate representation of color #BC0BCB: hue angle of 295.31º 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 #BC0BCB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 11 | 203 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.20 |
| HSL | 295.31º | 0.9% | 0.42% | - |
| HSV(B) | 295.31º | 0.95% | 0.8% | - |
| XYZ | 31.64 | 15.24 | 57.77 | - |
| YUV | 85.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 203 | 0.07 | 0.95 | 0 | 0.20 | 295.31 | 0.9 | 0.42 |
| Hex | BC | B | CB | 7 | 5F | 0 | 14 | 127 | 5A | 2A |
| Octal | 274 | 13 | 313 | 7 | 137 | 0 | 24 | 447 | 132 | 52 |
| Binary | 10111100 | 1011 | 11001011 | 111 | 1011111 | 0 | 10100 | 100100111 | 1011010 | 101010 |
Color Harmonies of #BC0BCB
Complementary color
Monochromatic Colors of #BC0BCB
Black with #BC0BCB
Text Example
Text Example
White with #BC0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BCB; }
p { color: rgb(188,11,203); }
H1.HeaderClassName
{
color: #BC0BCB;
}
.AnyTagClassName
{
color: #BC0BCB;
}
</style>
background-color css
<style>
a { background-color: #BC0BCB; }
a { background-color: rgb(188,11,203); }
div.DivClassName
{
background-color: #BC0BCB;
}
.BgClassName
{
background-color: #BC0BCB;
}
</style>
border-color css
<style>
span { border-color: #BC0BCB; }
span { border-color: rgb(188,11,203); }
td.TdClassName
{
border-color: #BC0BCB;
}
.TagClassName
{
border-color: #BC0BCB;
}
</style>