Shades of Deep Magenta #BC17AF
Tints of Deep Magenta #BC17AF
RGB
CMYK
RGB Variations
Color information
#BC17AF (or 0xBC17AF) is known color: Deep Magenta. HEX triplet: BC, 17 and AF. RGB value is (188,23,175). Sum of RGB (Red+Green+Blue) = 188+23+175=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC17AF is #43E850. Grayscale: #595959. Windows color (decimal): -4450385 or 11474876. OLE color: 11474876.
HSL color Cylindrical-coordinate representation of color #BC17AF: hue angle of 304.73º degrees, saturation: 0.78, 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 #BC17AF is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 175 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.26 |
| HSL | 304.73º | 0.78% | 0.41% | - |
| HSV(B) | 304.73º | 0.88% | 0.74% | - |
| XYZ | 28.78 | 14.4 | 41.82 | - |
| YUV | 89.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 175 | 0 | 0.88 | 0.07 | 0.26 | 304.73 | 0.78 | 0.41 |
| Hex | BC | 17 | AF | 0 | 58 | 7 | 1A | 131 | 4E | 29 |
| Octal | 274 | 27 | 257 | 0 | 130 | 7 | 32 | 461 | 116 | 51 |
| Binary | 10111100 | 10111 | 10101111 | 0 | 1011000 | 111 | 11010 | 100110001 | 1001110 | 101001 |
Color Harmonies of #BC17AF
Complementary color
Monochromatic Colors of #BC17AF
Black with #BC17AF
Text Example
Text Example
White with #BC17AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17AF; }
p { color: rgb(188,23,175); }
H1.HeaderClassName
{
color: #BC17AF;
}
.AnyTagClassName
{
color: #BC17AF;
}
</style>
background-color css
<style>
a { background-color: #BC17AF; }
a { background-color: rgb(188,23,175); }
div.DivClassName
{
background-color: #BC17AF;
}
.BgClassName
{
background-color: #BC17AF;
}
</style>
border-color css
<style>
span { border-color: #BC17AF; }
span { border-color: rgb(188,23,175); }
td.TdClassName
{
border-color: #BC17AF;
}
.TagClassName
{
border-color: #BC17AF;
}
</style>