Shades of Deep Magenta #BC16B1
Tints of Deep Magenta #BC16B1
RGB
CMYK
RGB Variations
Color information
#BC16B1 (or 0xBC16B1) is known color: Deep Magenta. HEX triplet: BC, 16 and B1. RGB value is (188,22,177). Sum of RGB (Red+Green+Blue) = 188+22+177=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16B1 is #43E94E. Grayscale: #585858. Windows color (decimal): -4450639 or 11605692. OLE color: 11605692.
HSL color Cylindrical-coordinate representation of color #BC16B1: hue angle of 303.98º 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 #BC16B1 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 177 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.26 |
| HSL | 303.98º | 0.79% | 0.41% | - |
| HSV(B) | 303.98º | 0.88% | 0.74% | - |
| XYZ | 28.96 | 14.44 | 42.86 | - |
| YUV | 89.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 177 | 0 | 0.88 | 0.06 | 0.26 | 303.98 | 0.79 | 0.41 |
| Hex | BC | 16 | B1 | 0 | 58 | 6 | 1A | 130 | 4F | 29 |
| Octal | 274 | 26 | 261 | 0 | 130 | 6 | 32 | 460 | 117 | 51 |
| Binary | 10111100 | 10110 | 10110001 | 0 | 1011000 | 110 | 11010 | 100110000 | 1001111 | 101001 |
Color Harmonies of #BC16B1
Complementary color
Monochromatic Colors of #BC16B1
Black with #BC16B1
Text Example
Text Example
White with #BC16B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16B1; }
p { color: rgb(188,22,177); }
H1.HeaderClassName
{
color: #BC16B1;
}
.AnyTagClassName
{
color: #BC16B1;
}
</style>
background-color css
<style>
a { background-color: #BC16B1; }
a { background-color: rgb(188,22,177); }
div.DivClassName
{
background-color: #BC16B1;
}
.BgClassName
{
background-color: #BC16B1;
}
</style>
border-color css
<style>
span { border-color: #BC16B1; }
span { border-color: rgb(188,22,177); }
td.TdClassName
{
border-color: #BC16B1;
}
.TagClassName
{
border-color: #BC16B1;
}
</style>