Shades of Deep Magenta #BC11B6
Tints of Deep Magenta #BC11B6
RGB
CMYK
RGB Variations
Color information
#BC11B6 (or 0xBC11B6) is known color: Deep Magenta. HEX triplet: BC, 11 and B6. RGB value is (188,17,182). Sum of RGB (Red+Green+Blue) = 188+17+182=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11B6 is #43EE49. Grayscale: #565656. Windows color (decimal): -4451914 or 11932092. OLE color: 11932092.
HSL color Cylindrical-coordinate representation of color #BC11B6: hue angle of 302.11º 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 #BC11B6 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 182 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.26 |
| HSL | 302.11º | 0.83% | 0.4% | - |
| HSV(B) | 302.11º | 0.91% | 0.74% | - |
| XYZ | 29.38 | 14.47 | 45.5 | - |
| YUV | 86.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 182 | 0 | 0.91 | 0.03 | 0.26 | 302.11 | 0.83 | 0.4 |
| Hex | BC | 11 | B6 | 0 | 5B | 3 | 1A | 12E | 53 | 28 |
| Octal | 274 | 21 | 266 | 0 | 133 | 3 | 32 | 456 | 123 | 50 |
| Binary | 10111100 | 10001 | 10110110 | 0 | 1011011 | 11 | 11010 | 100101110 | 1010011 | 101000 |
Color Harmonies of #BC11B6
Complementary color
Monochromatic Colors of #BC11B6
Black with #BC11B6
Text Example
Text Example
White with #BC11B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11B6; }
p { color: rgb(188,17,182); }
H1.HeaderClassName
{
color: #BC11B6;
}
.AnyTagClassName
{
color: #BC11B6;
}
</style>
background-color css
<style>
a { background-color: #BC11B6; }
a { background-color: rgb(188,17,182); }
div.DivClassName
{
background-color: #BC11B6;
}
.BgClassName
{
background-color: #BC11B6;
}
</style>
border-color css
<style>
span { border-color: #BC11B6; }
span { border-color: rgb(188,17,182); }
td.TdClassName
{
border-color: #BC11B6;
}
.TagClassName
{
border-color: #BC11B6;
}
</style>