Shades of Deep Magenta #BC10CB
Tints of Deep Magenta #BC10CB
RGB
CMYK
RGB Variations
Color information
#BC10CB (or 0xBC10CB) is known color: Deep Magenta. HEX triplet: BC, 10 and CB. RGB value is (188,16,203). Sum of RGB (Red+Green+Blue) = 188+16+203=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC10CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10CB is #43EF34. Grayscale: #585858. Windows color (decimal): -4452149 or 13308092. OLE color: 13308092.
HSL color Cylindrical-coordinate representation of color #BC10CB: hue angle of 295.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10CB is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 16 | 203 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.20 |
| HSL | 295.19º | 0.85% | 0.43% | - |
| HSV(B) | 295.19º | 0.92% | 0.8% | - |
| XYZ | 31.7 | 15.37 | 57.8 | - |
| YUV | 88.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 203 | 0.07 | 0.92 | 0 | 0.20 | 295.19 | 0.85 | 0.43 |
| Hex | BC | 10 | CB | 7 | 5C | 0 | 14 | 127 | 55 | 2B |
| Octal | 274 | 20 | 313 | 7 | 134 | 0 | 24 | 447 | 125 | 53 |
| Binary | 10111100 | 10000 | 11001011 | 111 | 1011100 | 0 | 10100 | 100100111 | 1010101 | 101011 |
Color Harmonies of #BC10CB
Complementary color
Monochromatic Colors of #BC10CB
Black with #BC10CB
Text Example
Text Example
White with #BC10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10CB; }
p { color: rgb(188,16,203); }
H1.HeaderClassName
{
color: #BC10CB;
}
.AnyTagClassName
{
color: #BC10CB;
}
</style>
background-color css
<style>
a { background-color: #BC10CB; }
a { background-color: rgb(188,16,203); }
div.DivClassName
{
background-color: #BC10CB;
}
.BgClassName
{
background-color: #BC10CB;
}
</style>
border-color css
<style>
span { border-color: #BC10CB; }
span { border-color: rgb(188,16,203); }
td.TdClassName
{
border-color: #BC10CB;
}
.TagClassName
{
border-color: #BC10CB;
}
</style>