Shades of Deep Magenta #BC11B7
Tints of Deep Magenta #BC11B7
RGB
CMYK
RGB Variations
Color information
#BC11B7 (or 0xBC11B7) is known color: Deep Magenta. HEX triplet: BC, 11 and B7. RGB value is (188,17,183). Sum of RGB (Red+Green+Blue) = 188+17+183=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11B7 is #43EE48. Grayscale: #565656. Windows color (decimal): -4451913 or 11997628. OLE color: 11997628.
HSL color Cylindrical-coordinate representation of color #BC11B7: hue angle of 301.75º 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 #BC11B7 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 183 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.26 |
| HSL | 301.75º | 0.83% | 0.4% | - |
| HSV(B) | 301.75º | 0.91% | 0.74% | - |
| XYZ | 29.49 | 14.51 | 46.05 | - |
| YUV | 87.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 183 | 0 | 0.91 | 0.03 | 0.26 | 301.75 | 0.83 | 0.4 |
| Hex | BC | 11 | B7 | 0 | 5B | 3 | 1A | 12E | 53 | 28 |
| Octal | 274 | 21 | 267 | 0 | 133 | 3 | 32 | 456 | 123 | 50 |
| Binary | 10111100 | 10001 | 10110111 | 0 | 1011011 | 11 | 11010 | 100101110 | 1010011 | 101000 |
Color Harmonies of #BC11B7
Complementary color
Monochromatic Colors of #BC11B7
Black with #BC11B7
Text Example
Text Example
White with #BC11B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11B7; }
p { color: rgb(188,17,183); }
H1.HeaderClassName
{
color: #BC11B7;
}
.AnyTagClassName
{
color: #BC11B7;
}
</style>
background-color css
<style>
a { background-color: #BC11B7; }
a { background-color: rgb(188,17,183); }
div.DivClassName
{
background-color: #BC11B7;
}
.BgClassName
{
background-color: #BC11B7;
}
</style>
border-color css
<style>
span { border-color: #BC11B7; }
span { border-color: rgb(188,17,183); }
td.TdClassName
{
border-color: #BC11B7;
}
.TagClassName
{
border-color: #BC11B7;
}
</style>