Shades of Deep Magenta #BC21C7
Tints of Deep Magenta #BC21C7
RGB
CMYK
RGB Variations
Color information
#BC21C7 (or 0xBC21C7) is known color: Deep Magenta. HEX triplet: BC, 21 and C7. RGB value is (188,33,199). Sum of RGB (Red+Green+Blue) = 188+33+199=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC21C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21C7 is #43DE38. Grayscale: #616161. Windows color (decimal): -4447801 or 13050300. OLE color: 13050300.
HSL color Cylindrical-coordinate representation of color #BC21C7: hue angle of 296.02º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC21C7 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 33 | 199 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.22 |
| HSL | 296.02º | 0.72% | 0.45% | - |
| HSV(B) | 296.02º | 0.83% | 0.78% | - |
| XYZ | 31.59 | 15.9 | 55.44 | - |
| YUV | 98.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 199 | 0.06 | 0.83 | 0 | 0.22 | 296.02 | 0.72 | 0.45 |
| Hex | BC | 21 | C7 | 6 | 53 | 0 | 16 | 128 | 48 | 2D |
| Octal | 274 | 41 | 307 | 6 | 123 | 0 | 26 | 450 | 110 | 55 |
| Binary | 10111100 | 100001 | 11000111 | 110 | 1010011 | 0 | 10110 | 100101000 | 1001000 | 101101 |
Color Harmonies of #BC21C7
Complementary color
Monochromatic Colors of #BC21C7
Black with #BC21C7
Text Example
Text Example
White with #BC21C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21C7; }
p { color: rgb(188,33,199); }
H1.HeaderClassName
{
color: #BC21C7;
}
.AnyTagClassName
{
color: #BC21C7;
}
</style>
background-color css
<style>
a { background-color: #BC21C7; }
a { background-color: rgb(188,33,199); }
div.DivClassName
{
background-color: #BC21C7;
}
.BgClassName
{
background-color: #BC21C7;
}
</style>
border-color css
<style>
span { border-color: #BC21C7; }
span { border-color: rgb(188,33,199); }
td.TdClassName
{
border-color: #BC21C7;
}
.TagClassName
{
border-color: #BC21C7;
}
</style>