Shades of Deep Magenta #BC07CB
Tints of Deep Magenta #BC07CB
RGB
CMYK
RGB Variations
Color information
#BC07CB (or 0xBC07CB) is known color: Deep Magenta. HEX triplet: BC, 07 and CB. RGB value is (188,7,203). Sum of RGB (Red+Green+Blue) = 188+7+203=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC07CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07CB is #43F834. Grayscale: #525252. Windows color (decimal): -4454453 or 13305788. OLE color: 13305788.
HSL color Cylindrical-coordinate representation of color #BC07CB: hue angle of 295.41º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07CB is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 7 | 203 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.20 |
| HSL | 295.41º | 0.93% | 0.41% | - |
| HSV(B) | 295.41º | 0.97% | 0.8% | - |
| XYZ | 31.59 | 15.16 | 57.76 | - |
| YUV | 83.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 203 | 0.07 | 0.97 | 0 | 0.20 | 295.41 | 0.93 | 0.41 |
| Hex | BC | 7 | CB | 7 | 61 | 0 | 14 | 127 | 5D | 29 |
| Octal | 274 | 7 | 313 | 7 | 141 | 0 | 24 | 447 | 135 | 51 |
| Binary | 10111100 | 111 | 11001011 | 111 | 1100001 | 0 | 10100 | 100100111 | 1011101 | 101001 |
Color Harmonies of #BC07CB
Complementary color
Monochromatic Colors of #BC07CB
Black with #BC07CB
Text Example
Text Example
White with #BC07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07CB; }
p { color: rgb(188,7,203); }
H1.HeaderClassName
{
color: #BC07CB;
}
.AnyTagClassName
{
color: #BC07CB;
}
</style>
background-color css
<style>
a { background-color: #BC07CB; }
a { background-color: rgb(188,7,203); }
div.DivClassName
{
background-color: #BC07CB;
}
.BgClassName
{
background-color: #BC07CB;
}
</style>
border-color css
<style>
span { border-color: #BC07CB; }
span { border-color: rgb(188,7,203); }
td.TdClassName
{
border-color: #BC07CB;
}
.TagClassName
{
border-color: #BC07CB;
}
</style>