Shades of Deep Magenta #BC20CA
Tints of Deep Magenta #BC20CA
RGB
CMYK
RGB Variations
Color information
#BC20CA (or 0xBC20CA) is known color: Deep Magenta. HEX triplet: BC, 20 and CA. RGB value is (188,32,202). Sum of RGB (Red+Green+Blue) = 188+32+202=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20CA is #43DF35. Grayscale: #616161. Windows color (decimal): -4448054 or 13246652. OLE color: 13246652.
HSL color Cylindrical-coordinate representation of color #BC20CA: hue angle of 295.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC20CA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 32 | 202 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.21 |
| HSL | 295.06º | 0.73% | 0.46% | - |
| HSV(B) | 295.06º | 0.84% | 0.79% | - |
| XYZ | 31.92 | 15.99 | 57.28 | - |
| YUV | 98.02 | 186.68 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 202 | 0.07 | 0.84 | 0 | 0.21 | 295.06 | 0.73 | 0.46 |
| Hex | BC | 20 | CA | 7 | 54 | 0 | 15 | 127 | 49 | 2E |
| Octal | 274 | 40 | 312 | 7 | 124 | 0 | 25 | 447 | 111 | 56 |
| Binary | 10111100 | 100000 | 11001010 | 111 | 1010100 | 0 | 10101 | 100100111 | 1001001 | 101110 |
Color Harmonies of #BC20CA
Complementary color
Monochromatic Colors of #BC20CA
Black with #BC20CA
Text Example
Text Example
White with #BC20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20CA; }
p { color: rgb(188,32,202); }
H1.HeaderClassName
{
color: #BC20CA;
}
.AnyTagClassName
{
color: #BC20CA;
}
</style>
background-color css
<style>
a { background-color: #BC20CA; }
a { background-color: rgb(188,32,202); }
div.DivClassName
{
background-color: #BC20CA;
}
.BgClassName
{
background-color: #BC20CA;
}
</style>
border-color css
<style>
span { border-color: #BC20CA; }
span { border-color: rgb(188,32,202); }
td.TdClassName
{
border-color: #BC20CA;
}
.TagClassName
{
border-color: #BC20CA;
}
</style>