Shades of Deep Magenta #BC14AD
Tints of Deep Magenta #BC14AD
RGB
CMYK
RGB Variations
Color information
#BC14AD (or 0xBC14AD) is known color: Deep Magenta. HEX triplet: BC, 14 and AD. RGB value is (188,20,173). Sum of RGB (Red+Green+Blue) = 188+20+173=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC14AD is #43EB52. Grayscale: #575757. Windows color (decimal): -4451155 or 11343036. OLE color: 11343036.
HSL color Cylindrical-coordinate representation of color #BC14AD: hue angle of 305.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC14AD is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 173 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.26 |
| HSL | 305.36º | 0.81% | 0.41% | - |
| HSV(B) | 305.36º | 0.89% | 0.74% | - |
| XYZ | 28.53 | 14.21 | 40.77 | - |
| YUV | 87.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 173 | 0 | 0.89 | 0.08 | 0.26 | 305.36 | 0.81 | 0.41 |
| Hex | BC | 14 | AD | 0 | 59 | 8 | 1A | 131 | 51 | 29 |
| Octal | 274 | 24 | 255 | 0 | 131 | 10 | 32 | 461 | 121 | 51 |
| Binary | 10111100 | 10100 | 10101101 | 0 | 1011001 | 1000 | 11010 | 100110001 | 1010001 | 101001 |
Color Harmonies of #BC14AD
Complementary color
Monochromatic Colors of #BC14AD
Black with #BC14AD
Text Example
Text Example
White with #BC14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14AD; }
p { color: rgb(188,20,173); }
H1.HeaderClassName
{
color: #BC14AD;
}
.AnyTagClassName
{
color: #BC14AD;
}
</style>
background-color css
<style>
a { background-color: #BC14AD; }
a { background-color: rgb(188,20,173); }
div.DivClassName
{
background-color: #BC14AD;
}
.BgClassName
{
background-color: #BC14AD;
}
</style>
border-color css
<style>
span { border-color: #BC14AD; }
span { border-color: rgb(188,20,173); }
td.TdClassName
{
border-color: #BC14AD;
}
.TagClassName
{
border-color: #BC14AD;
}
</style>