Shades of Deep Magenta #BC16AF
Tints of Deep Magenta #BC16AF
RGB
CMYK
RGB Variations
Color information
#BC16AF (or 0xBC16AF) is known color: Deep Magenta. HEX triplet: BC, 16 and AF. RGB value is (188,22,175). Sum of RGB (Red+Green+Blue) = 188+22+175=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16AF is #43E950. Grayscale: #585858. Windows color (decimal): -4450641 or 11474620. OLE color: 11474620.
HSL color Cylindrical-coordinate representation of color #BC16AF: hue angle of 304.7º 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 #BC16AF is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 175 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.26 |
| HSL | 304.7º | 0.79% | 0.41% | - |
| HSV(B) | 304.7º | 0.88% | 0.74% | - |
| XYZ | 28.76 | 14.36 | 41.81 | - |
| YUV | 89.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 175 | 0 | 0.88 | 0.07 | 0.26 | 304.7 | 0.79 | 0.41 |
| Hex | BC | 16 | AF | 0 | 58 | 7 | 1A | 131 | 4F | 29 |
| Octal | 274 | 26 | 257 | 0 | 130 | 7 | 32 | 461 | 117 | 51 |
| Binary | 10111100 | 10110 | 10101111 | 0 | 1011000 | 111 | 11010 | 100110001 | 1001111 | 101001 |
Color Harmonies of #BC16AF
Complementary color
Monochromatic Colors of #BC16AF
Black with #BC16AF
Text Example
Text Example
White with #BC16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16AF; }
p { color: rgb(188,22,175); }
H1.HeaderClassName
{
color: #BC16AF;
}
.AnyTagClassName
{
color: #BC16AF;
}
</style>
background-color css
<style>
a { background-color: #BC16AF; }
a { background-color: rgb(188,22,175); }
div.DivClassName
{
background-color: #BC16AF;
}
.BgClassName
{
background-color: #BC16AF;
}
</style>
border-color css
<style>
span { border-color: #BC16AF; }
span { border-color: rgb(188,22,175); }
td.TdClassName
{
border-color: #BC16AF;
}
.TagClassName
{
border-color: #BC16AF;
}
</style>