Shades of Deep Magenta #BC20CD
Tints of Deep Magenta #BC20CD
RGB
CMYK
RGB Variations
Color information
#BC20CD (or 0xBC20CD) is known color: Deep Magenta. HEX triplet: BC, 20 and CD. RGB value is (188,32,205). Sum of RGB (Red+Green+Blue) = 188+32+205=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20CD is #43DF32. Grayscale: #616161. Windows color (decimal): -4448051 or 13443260. OLE color: 13443260.
HSL color Cylindrical-coordinate representation of color #BC20CD: hue angle of 294.1º 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 #BC20CD is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 32 | 205 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.20 |
| HSL | 294.1º | 0.73% | 0.46% | - |
| HSV(B) | 294.1º | 0.84% | 0.8% | - |
| XYZ | 32.27 | 16.13 | 59.17 | - |
| YUV | 98.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 205 | 0.08 | 0.84 | 0 | 0.20 | 294.1 | 0.73 | 0.46 |
| Hex | BC | 20 | CD | 8 | 54 | 0 | 14 | 126 | 49 | 2E |
| Octal | 274 | 40 | 315 | 10 | 124 | 0 | 24 | 446 | 111 | 56 |
| Binary | 10111100 | 100000 | 11001101 | 1000 | 1010100 | 0 | 10100 | 100100110 | 1001001 | 101110 |
Color Harmonies of #BC20CD
Complementary color
Monochromatic Colors of #BC20CD
Black with #BC20CD
Text Example
Text Example
White with #BC20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20CD; }
p { color: rgb(188,32,205); }
H1.HeaderClassName
{
color: #BC20CD;
}
.AnyTagClassName
{
color: #BC20CD;
}
</style>
background-color css
<style>
a { background-color: #BC20CD; }
a { background-color: rgb(188,32,205); }
div.DivClassName
{
background-color: #BC20CD;
}
.BgClassName
{
background-color: #BC20CD;
}
</style>
border-color css
<style>
span { border-color: #BC20CD; }
span { border-color: rgb(188,32,205); }
td.TdClassName
{
border-color: #BC20CD;
}
.TagClassName
{
border-color: #BC20CD;
}
</style>