Shades of Deep Magenta #BC17AB
Tints of Deep Magenta #BC17AB
RGB
CMYK
RGB Variations
Color information
#BC17AB (or 0xBC17AB) is known color: Deep Magenta. HEX triplet: BC, 17 and AB. RGB value is (188,23,171). Sum of RGB (Red+Green+Blue) = 188+23+171=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC17AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC17AB is #43E854. Grayscale: #585858. Windows color (decimal): -4450389 or 11212732. OLE color: 11212732.
HSL color Cylindrical-coordinate representation of color #BC17AB: hue angle of 306.18º 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 #BC17AB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 171 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.26 |
| HSL | 306.18º | 0.78% | 0.41% | - |
| HSV(B) | 306.18º | 0.88% | 0.74% | - |
| XYZ | 28.4 | 14.24 | 39.78 | - |
| YUV | 89.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 171 | 0 | 0.88 | 0.09 | 0.26 | 306.18 | 0.78 | 0.41 |
| Hex | BC | 17 | AB | 0 | 58 | 9 | 1A | 132 | 4E | 29 |
| Octal | 274 | 27 | 253 | 0 | 130 | 11 | 32 | 462 | 116 | 51 |
| Binary | 10111100 | 10111 | 10101011 | 0 | 1011000 | 1001 | 11010 | 100110010 | 1001110 | 101001 |
Color Harmonies of #BC17AB
Complementary color
Monochromatic Colors of #BC17AB
Black with #BC17AB
Text Example
Text Example
White with #BC17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC17AB; }
p { color: rgb(188,23,171); }
H1.HeaderClassName
{
color: #BC17AB;
}
.AnyTagClassName
{
color: #BC17AB;
}
</style>
background-color css
<style>
a { background-color: #BC17AB; }
a { background-color: rgb(188,23,171); }
div.DivClassName
{
background-color: #BC17AB;
}
.BgClassName
{
background-color: #BC17AB;
}
</style>
border-color css
<style>
span { border-color: #BC17AB; }
span { border-color: rgb(188,23,171); }
td.TdClassName
{
border-color: #BC17AB;
}
.TagClassName
{
border-color: #BC17AB;
}
</style>