Shades of Deep Magenta #BC16BF
Tints of Deep Magenta #BC16BF
RGB
CMYK
RGB Variations
Color information
#BC16BF (or 0xBC16BF) is known color: Deep Magenta. HEX triplet: BC, 16 and BF. RGB value is (188,22,191). Sum of RGB (Red+Green+Blue) = 188+22+191=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC16BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16BF is #43E940. Grayscale: #5A5A5A. Windows color (decimal): -4450625 or 12523196. OLE color: 12523196.
HSL color Cylindrical-coordinate representation of color #BC16BF: hue angle of 298.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC16BF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 22 | 191 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.25 |
| HSL | 298.93º | 0.79% | 0.42% | - |
| HSV(B) | 298.93º | 0.88% | 0.75% | - |
| XYZ | 30.43 | 15.03 | 50.59 | - |
| YUV | 90.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 191 | 0.02 | 0.88 | 0 | 0.25 | 298.93 | 0.79 | 0.42 |
| Hex | BC | 16 | BF | 2 | 58 | 0 | 19 | 12B | 4F | 2A |
| Octal | 274 | 26 | 277 | 2 | 130 | 0 | 31 | 453 | 117 | 52 |
| Binary | 10111100 | 10110 | 10111111 | 10 | 1011000 | 0 | 11001 | 100101011 | 1001111 | 101010 |
Color Harmonies of #BC16BF
Complementary color
Monochromatic Colors of #BC16BF
Black with #BC16BF
Text Example
Text Example
White with #BC16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16BF; }
p { color: rgb(188,22,191); }
H1.HeaderClassName
{
color: #BC16BF;
}
.AnyTagClassName
{
color: #BC16BF;
}
</style>
background-color css
<style>
a { background-color: #BC16BF; }
a { background-color: rgb(188,22,191); }
div.DivClassName
{
background-color: #BC16BF;
}
.BgClassName
{
background-color: #BC16BF;
}
</style>
border-color css
<style>
span { border-color: #BC16BF; }
span { border-color: rgb(188,22,191); }
td.TdClassName
{
border-color: #BC16BF;
}
.TagClassName
{
border-color: #BC16BF;
}
</style>