Shades of Deep Magenta #BC11C7
Tints of Deep Magenta #BC11C7
RGB
CMYK
RGB Variations
Color information
#BC11C7 (or 0xBC11C7) is known color: Deep Magenta. HEX triplet: BC, 11 and C7. RGB value is (188,17,199). Sum of RGB (Red+Green+Blue) = 188+17+199=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC11C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11C7 is #43EE38. Grayscale: #585858. Windows color (decimal): -4451897 or 13046204. OLE color: 13046204.
HSL color Cylindrical-coordinate representation of color #BC11C7: hue angle of 296.37º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC11C7 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 17 | 199 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.22 |
| HSL | 296.37º | 0.84% | 0.42% | - |
| HSV(B) | 296.37º | 0.91% | 0.78% | - |
| XYZ | 31.25 | 15.22 | 55.32 | - |
| YUV | 88.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 199 | 0.06 | 0.91 | 0 | 0.22 | 296.37 | 0.84 | 0.42 |
| Hex | BC | 11 | C7 | 6 | 5B | 0 | 16 | 128 | 54 | 2A |
| Octal | 274 | 21 | 307 | 6 | 133 | 0 | 26 | 450 | 124 | 52 |
| Binary | 10111100 | 10001 | 11000111 | 110 | 1011011 | 0 | 10110 | 100101000 | 1010100 | 101010 |
Color Harmonies of #BC11C7
Complementary color
Monochromatic Colors of #BC11C7
Black with #BC11C7
Text Example
Text Example
White with #BC11C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11C7; }
p { color: rgb(188,17,199); }
H1.HeaderClassName
{
color: #BC11C7;
}
.AnyTagClassName
{
color: #BC11C7;
}
</style>
background-color css
<style>
a { background-color: #BC11C7; }
a { background-color: rgb(188,17,199); }
div.DivClassName
{
background-color: #BC11C7;
}
.BgClassName
{
background-color: #BC11C7;
}
</style>
border-color css
<style>
span { border-color: #BC11C7; }
span { border-color: rgb(188,17,199); }
td.TdClassName
{
border-color: #BC11C7;
}
.TagClassName
{
border-color: #BC11C7;
}
</style>