Shades of Deep Magenta #BC1BCB
Tints of Deep Magenta #BC1BCB
RGB
CMYK
RGB Variations
Color information
#BC1BCB (or 0xBC1BCB) is known color: Deep Magenta. HEX triplet: BC, 1B and CB. RGB value is (188,27,203). Sum of RGB (Red+Green+Blue) = 188+27+203=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BCB is #43E434. Grayscale: #5E5E5E. Windows color (decimal): -4449333 or 13310908. OLE color: 13310908.
HSL color Cylindrical-coordinate representation of color #BC1BCB: hue angle of 294.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1BCB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 27 | 203 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.20 |
| HSL | 294.89º | 0.77% | 0.45% | - |
| HSV(B) | 294.89º | 0.87% | 0.8% | - |
| XYZ | 31.91 | 15.79 | 57.87 | - |
| YUV | 95.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 203 | 0.07 | 0.87 | 0 | 0.20 | 294.89 | 0.77 | 0.45 |
| Hex | BC | 1B | CB | 7 | 57 | 0 | 14 | 127 | 4D | 2D |
| Octal | 274 | 33 | 313 | 7 | 127 | 0 | 24 | 447 | 115 | 55 |
| Binary | 10111100 | 11011 | 11001011 | 111 | 1010111 | 0 | 10100 | 100100111 | 1001101 | 101101 |
Color Harmonies of #BC1BCB
Complementary color
Monochromatic Colors of #BC1BCB
Black with #BC1BCB
Text Example
Text Example
White with #BC1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BCB; }
p { color: rgb(188,27,203); }
H1.HeaderClassName
{
color: #BC1BCB;
}
.AnyTagClassName
{
color: #BC1BCB;
}
</style>
background-color css
<style>
a { background-color: #BC1BCB; }
a { background-color: rgb(188,27,203); }
div.DivClassName
{
background-color: #BC1BCB;
}
.BgClassName
{
background-color: #BC1BCB;
}
</style>
border-color css
<style>
span { border-color: #BC1BCB; }
span { border-color: rgb(188,27,203); }
td.TdClassName
{
border-color: #BC1BCB;
}
.TagClassName
{
border-color: #BC1BCB;
}
</style>