Shades of Deep Magenta #BC18AB
Tints of Deep Magenta #BC18AB
RGB
CMYK
RGB Variations
Color information
#BC18AB (or 0xBC18AB) is known color: Deep Magenta. HEX triplet: BC, 18 and AB. RGB value is (188,24,171). Sum of RGB (Red+Green+Blue) = 188+24+171=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC18AB is #43E754. Grayscale: #595959. Windows color (decimal): -4450133 or 11212988. OLE color: 11212988.
HSL color Cylindrical-coordinate representation of color #BC18AB: hue angle of 306.22º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC18AB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 171 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.26 |
| HSL | 306.22º | 0.77% | 0.42% | - |
| HSV(B) | 306.22º | 0.87% | 0.74% | - |
| XYZ | 28.42 | 14.28 | 39.79 | - |
| YUV | 89.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 171 | 0 | 0.87 | 0.09 | 0.26 | 306.22 | 0.77 | 0.42 |
| Hex | BC | 18 | AB | 0 | 57 | 9 | 1A | 132 | 4D | 2A |
| Octal | 274 | 30 | 253 | 0 | 127 | 11 | 32 | 462 | 115 | 52 |
| Binary | 10111100 | 11000 | 10101011 | 0 | 1010111 | 1001 | 11010 | 100110010 | 1001101 | 101010 |
Color Harmonies of #BC18AB
Complementary color
Monochromatic Colors of #BC18AB
Black with #BC18AB
Text Example
Text Example
White with #BC18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC18AB; }
p { color: rgb(188,24,171); }
H1.HeaderClassName
{
color: #BC18AB;
}
.AnyTagClassName
{
color: #BC18AB;
}
</style>
background-color css
<style>
a { background-color: #BC18AB; }
a { background-color: rgb(188,24,171); }
div.DivClassName
{
background-color: #BC18AB;
}
.BgClassName
{
background-color: #BC18AB;
}
</style>
border-color css
<style>
span { border-color: #BC18AB; }
span { border-color: rgb(188,24,171); }
td.TdClassName
{
border-color: #BC18AB;
}
.TagClassName
{
border-color: #BC18AB;
}
</style>