Shades of Deep Magenta #BC19AF
Tints of Deep Magenta #BC19AF
RGB
CMYK
RGB Variations
Color information
#BC19AF (or 0xBC19AF) is known color: Deep Magenta. HEX triplet: BC, 19 and AF. RGB value is (188,25,175). Sum of RGB (Red+Green+Blue) = 188+25+175=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19AF is #43E650. Grayscale: #5A5A5A. Windows color (decimal): -4449873 or 11475388. OLE color: 11475388.
HSL color Cylindrical-coordinate representation of color #BC19AF: hue angle of 304.79º 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 #BC19AF is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 175 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.26 |
| HSL | 304.79º | 0.77% | 0.42% | - |
| HSV(B) | 304.79º | 0.87% | 0.74% | - |
| XYZ | 28.82 | 14.48 | 41.83 | - |
| YUV | 90.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 175 | 0 | 0.87 | 0.07 | 0.26 | 304.79 | 0.77 | 0.42 |
| Hex | BC | 19 | AF | 0 | 57 | 7 | 1A | 131 | 4D | 2A |
| Octal | 274 | 31 | 257 | 0 | 127 | 7 | 32 | 461 | 115 | 52 |
| Binary | 10111100 | 11001 | 10101111 | 0 | 1010111 | 111 | 11010 | 100110001 | 1001101 | 101010 |
Color Harmonies of #BC19AF
Complementary color
Monochromatic Colors of #BC19AF
Black with #BC19AF
Text Example
Text Example
White with #BC19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19AF; }
p { color: rgb(188,25,175); }
H1.HeaderClassName
{
color: #BC19AF;
}
.AnyTagClassName
{
color: #BC19AF;
}
</style>
background-color css
<style>
a { background-color: #BC19AF; }
a { background-color: rgb(188,25,175); }
div.DivClassName
{
background-color: #BC19AF;
}
.BgClassName
{
background-color: #BC19AF;
}
</style>
border-color css
<style>
span { border-color: #BC19AF; }
span { border-color: rgb(188,25,175); }
td.TdClassName
{
border-color: #BC19AF;
}
.TagClassName
{
border-color: #BC19AF;
}
</style>