Shades of Deep Magenta #BC11AD
Tints of Deep Magenta #BC11AD
RGB
CMYK
RGB Variations
Color information
#BC11AD (or 0xBC11AD) is known color: Deep Magenta. HEX triplet: BC, 11 and AD. RGB value is (188,17,173). Sum of RGB (Red+Green+Blue) = 188+17+173=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC11AD is #43EE52. Grayscale: #555555. Windows color (decimal): -4451923 or 11342268. OLE color: 11342268.
HSL color Cylindrical-coordinate representation of color #BC11AD: hue angle of 305.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC11AD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.26 |
| HSL | 305.26º | 0.83% | 0.4% | - |
| HSV(B) | 305.26º | 0.91% | 0.74% | - |
| XYZ | 28.48 | 14.11 | 40.76 | - |
| YUV | 85.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 173 | 0 | 0.91 | 0.08 | 0.26 | 305.26 | 0.83 | 0.4 |
| Hex | BC | 11 | AD | 0 | 5B | 8 | 1A | 131 | 53 | 28 |
| Octal | 274 | 21 | 255 | 0 | 133 | 10 | 32 | 461 | 123 | 50 |
| Binary | 10111100 | 10001 | 10101101 | 0 | 1011011 | 1000 | 11010 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BC11AD
Complementary color
Monochromatic Colors of #BC11AD
Black with #BC11AD
Text Example
Text Example
White with #BC11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11AD; }
p { color: rgb(188,17,173); }
H1.HeaderClassName
{
color: #BC11AD;
}
.AnyTagClassName
{
color: #BC11AD;
}
</style>
background-color css
<style>
a { background-color: #BC11AD; }
a { background-color: rgb(188,17,173); }
div.DivClassName
{
background-color: #BC11AD;
}
.BgClassName
{
background-color: #BC11AD;
}
</style>
border-color css
<style>
span { border-color: #BC11AD; }
span { border-color: rgb(188,17,173); }
td.TdClassName
{
border-color: #BC11AD;
}
.TagClassName
{
border-color: #BC11AD;
}
</style>