Shades of Deep Magenta #BC11CE
Tints of Deep Magenta #BC11CE
RGB
CMYK
RGB Variations
Color information
#BC11CE (or 0xBC11CE) is known color: Deep Magenta. HEX triplet: BC, 11 and CE. RGB value is (188,17,206). Sum of RGB (Red+Green+Blue) = 188+17+206=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC11CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11CE is #43EE31. Grayscale: #595959. Windows color (decimal): -4451890 or 13504956. OLE color: 13504956.
HSL color Cylindrical-coordinate representation of color #BC11CE: hue angle of 294.29º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC11CE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 17 | 206 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.19 |
| HSL | 294.29º | 0.85% | 0.44% | - |
| HSV(B) | 294.29º | 0.92% | 0.81% | - |
| XYZ | 32.08 | 15.55 | 59.7 | - |
| YUV | 89.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 206 | 0.09 | 0.92 | 0 | 0.19 | 294.29 | 0.85 | 0.44 |
| Hex | BC | 11 | CE | 9 | 5C | 0 | 13 | 126 | 55 | 2C |
| Octal | 274 | 21 | 316 | 11 | 134 | 0 | 23 | 446 | 125 | 54 |
| Binary | 10111100 | 10001 | 11001110 | 1001 | 1011100 | 0 | 10011 | 100100110 | 1010101 | 101100 |
Color Harmonies of #BC11CE
Complementary color
Monochromatic Colors of #BC11CE
Black with #BC11CE
Text Example
Text Example
White with #BC11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11CE; }
p { color: rgb(188,17,206); }
H1.HeaderClassName
{
color: #BC11CE;
}
.AnyTagClassName
{
color: #BC11CE;
}
</style>
background-color css
<style>
a { background-color: #BC11CE; }
a { background-color: rgb(188,17,206); }
div.DivClassName
{
background-color: #BC11CE;
}
.BgClassName
{
background-color: #BC11CE;
}
</style>
border-color css
<style>
span { border-color: #BC11CE; }
span { border-color: rgb(188,17,206); }
td.TdClassName
{
border-color: #BC11CE;
}
.TagClassName
{
border-color: #BC11CE;
}
</style>