Shades of Deep Magenta #BC11BB
Tints of Deep Magenta #BC11BB
RGB
CMYK
RGB Variations
Color information
#BC11BB (or 0xBC11BB) is known color: Deep Magenta. HEX triplet: BC, 11 and BB. RGB value is (188,17,187). Sum of RGB (Red+Green+Blue) = 188+17+187=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11BB is #43EE44. Grayscale: #575757. Windows color (decimal): -4451909 or 12259772. OLE color: 12259772.
HSL color Cylindrical-coordinate representation of color #BC11BB: hue angle of 300.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC11BB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 187 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.26 |
| HSL | 300.35º | 0.83% | 0.4% | - |
| HSV(B) | 300.35º | 0.91% | 0.74% | - |
| XYZ | 29.91 | 14.68 | 48.27 | - |
| YUV | 87.51 | 184.15 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 187 | 0 | 0.91 | 0.01 | 0.26 | 300.35 | 0.83 | 0.4 |
| Hex | BC | 11 | BB | 0 | 5B | 1 | 1A | 12C | 53 | 28 |
| Octal | 274 | 21 | 273 | 0 | 133 | 1 | 32 | 454 | 123 | 50 |
| Binary | 10111100 | 10001 | 10111011 | 0 | 1011011 | 1 | 11010 | 100101100 | 1010011 | 101000 |
Color Harmonies of #BC11BB
Complementary color
Monochromatic Colors of #BC11BB
Black with #BC11BB
Text Example
Text Example
White with #BC11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11BB; }
p { color: rgb(188,17,187); }
H1.HeaderClassName
{
color: #BC11BB;
}
.AnyTagClassName
{
color: #BC11BB;
}
</style>
background-color css
<style>
a { background-color: #BC11BB; }
a { background-color: rgb(188,17,187); }
div.DivClassName
{
background-color: #BC11BB;
}
.BgClassName
{
background-color: #BC11BB;
}
</style>
border-color css
<style>
span { border-color: #BC11BB; }
span { border-color: rgb(188,17,187); }
td.TdClassName
{
border-color: #BC11BB;
}
.TagClassName
{
border-color: #BC11BB;
}
</style>