Shades of Deep Magenta #BC20CB
Tints of Deep Magenta #BC20CB
RGB
CMYK
RGB Variations
Color information
#BC20CB (or 0xBC20CB) is known color: Deep Magenta. HEX triplet: BC, 20 and CB. RGB value is (188,32,203). Sum of RGB (Red+Green+Blue) = 188+32+203=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20CB is #43DF34. Grayscale: #616161. Windows color (decimal): -4448053 or 13312188. OLE color: 13312188.
HSL color Cylindrical-coordinate representation of color #BC20CB: hue angle of 294.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC20CB is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 32 | 203 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.20 |
| HSL | 294.74º | 0.73% | 0.46% | - |
| HSV(B) | 294.74º | 0.84% | 0.8% | - |
| XYZ | 32.04 | 16.04 | 57.91 | - |
| YUV | 98.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 203 | 0.07 | 0.84 | 0 | 0.20 | 294.74 | 0.73 | 0.46 |
| Hex | BC | 20 | CB | 7 | 54 | 0 | 14 | 127 | 49 | 2E |
| Octal | 274 | 40 | 313 | 7 | 124 | 0 | 24 | 447 | 111 | 56 |
| Binary | 10111100 | 100000 | 11001011 | 111 | 1010100 | 0 | 10100 | 100100111 | 1001001 | 101110 |
Color Harmonies of #BC20CB
Complementary color
Monochromatic Colors of #BC20CB
Black with #BC20CB
Text Example
Text Example
White with #BC20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20CB; }
p { color: rgb(188,32,203); }
H1.HeaderClassName
{
color: #BC20CB;
}
.AnyTagClassName
{
color: #BC20CB;
}
</style>
background-color css
<style>
a { background-color: #BC20CB; }
a { background-color: rgb(188,32,203); }
div.DivClassName
{
background-color: #BC20CB;
}
.BgClassName
{
background-color: #BC20CB;
}
</style>
border-color css
<style>
span { border-color: #BC20CB; }
span { border-color: rgb(188,32,203); }
td.TdClassName
{
border-color: #BC20CB;
}
.TagClassName
{
border-color: #BC20CB;
}
</style>