Shades of Deep Magenta #BC16B0
Tints of Deep Magenta #BC16B0
RGB
CMYK
RGB Variations
Color information
#BC16B0 (or 0xBC16B0) is known color: Deep Magenta. HEX triplet: BC, 16 and B0. RGB value is (188,22,176). Sum of RGB (Red+Green+Blue) = 188+22+176=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16B0 is #43E94F. Grayscale: #585858. Windows color (decimal): -4450640 or 11540156. OLE color: 11540156.
HSL color Cylindrical-coordinate representation of color #BC16B0: hue angle of 304.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC16B0 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 176 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.26 |
| HSL | 304.34º | 0.79% | 0.41% | - |
| HSV(B) | 304.34º | 0.88% | 0.74% | - |
| XYZ | 28.86 | 14.4 | 42.33 | - |
| YUV | 89.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 176 | 0 | 0.88 | 0.06 | 0.26 | 304.34 | 0.79 | 0.41 |
| Hex | BC | 16 | B0 | 0 | 58 | 6 | 1A | 130 | 4F | 29 |
| Octal | 274 | 26 | 260 | 0 | 130 | 6 | 32 | 460 | 117 | 51 |
| Binary | 10111100 | 10110 | 10110000 | 0 | 1011000 | 110 | 11010 | 100110000 | 1001111 | 101001 |
Color Harmonies of #BC16B0
Complementary color
Monochromatic Colors of #BC16B0
Black with #BC16B0
Text Example
Text Example
White with #BC16B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16B0; }
p { color: rgb(188,22,176); }
H1.HeaderClassName
{
color: #BC16B0;
}
.AnyTagClassName
{
color: #BC16B0;
}
</style>
background-color css
<style>
a { background-color: #BC16B0; }
a { background-color: rgb(188,22,176); }
div.DivClassName
{
background-color: #BC16B0;
}
.BgClassName
{
background-color: #BC16B0;
}
</style>
border-color css
<style>
span { border-color: #BC16B0; }
span { border-color: rgb(188,22,176); }
td.TdClassName
{
border-color: #BC16B0;
}
.TagClassName
{
border-color: #BC16B0;
}
</style>