Shades of Deep Magenta #BC17AC
Tints of Deep Magenta #BC17AC
RGB
CMYK
RGB Variations
Color information
#BC17AC (or 0xBC17AC) is known color: Deep Magenta. HEX triplet: BC, 17 and AC. RGB value is (188,23,172). Sum of RGB (Red+Green+Blue) = 188+23+172=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC17AC is #43E853. Grayscale: #585858. Windows color (decimal): -4450388 or 11278268. OLE color: 11278268.
HSL color Cylindrical-coordinate representation of color #BC17AC: hue angle of 305.82º 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 #BC17AC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 172 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.26 |
| HSL | 305.82º | 0.78% | 0.41% | - |
| HSV(B) | 305.82º | 0.88% | 0.74% | - |
| XYZ | 28.49 | 14.28 | 40.28 | - |
| YUV | 89.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 172 | 0 | 0.88 | 0.09 | 0.26 | 305.82 | 0.78 | 0.41 |
| Hex | BC | 17 | AC | 0 | 58 | 9 | 1A | 132 | 4E | 29 |
| Octal | 274 | 27 | 254 | 0 | 130 | 11 | 32 | 462 | 116 | 51 |
| Binary | 10111100 | 10111 | 10101100 | 0 | 1011000 | 1001 | 11010 | 100110010 | 1001110 | 101001 |
Color Harmonies of #BC17AC
Complementary color
Monochromatic Colors of #BC17AC
Black with #BC17AC
Text Example
Text Example
White with #BC17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17AC; }
p { color: rgb(188,23,172); }
H1.HeaderClassName
{
color: #BC17AC;
}
.AnyTagClassName
{
color: #BC17AC;
}
</style>
background-color css
<style>
a { background-color: #BC17AC; }
a { background-color: rgb(188,23,172); }
div.DivClassName
{
background-color: #BC17AC;
}
.BgClassName
{
background-color: #BC17AC;
}
</style>
border-color css
<style>
span { border-color: #BC17AC; }
span { border-color: rgb(188,23,172); }
td.TdClassName
{
border-color: #BC17AC;
}
.TagClassName
{
border-color: #BC17AC;
}
</style>