Shades of Deep Magenta #BC1FAD
Tints of Deep Magenta #BC1FAD
RGB
CMYK
RGB Variations
Color information
#BC1FAD (or 0xBC1FAD) is known color: Deep Magenta. HEX triplet: BC, 1F and AD. RGB value is (188,31,173). Sum of RGB (Red+Green+Blue) = 188+31+173=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1FAD is #43E052. Grayscale: #5D5D5D. Windows color (decimal): -4448339 or 11345852. OLE color: 11345852.
HSL color Cylindrical-coordinate representation of color #BC1FAD: hue angle of 305.73º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1FAD is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 173 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.26 |
| HSL | 305.73º | 0.72% | 0.43% | - |
| HSV(B) | 305.73º | 0.84% | 0.74% | - |
| XYZ | 28.77 | 14.69 | 40.85 | - |
| YUV | 94.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 173 | 0 | 0.84 | 0.08 | 0.26 | 305.73 | 0.72 | 0.43 |
| Hex | BC | 1F | AD | 0 | 54 | 8 | 1A | 132 | 48 | 2B |
| Octal | 274 | 37 | 255 | 0 | 124 | 10 | 32 | 462 | 110 | 53 |
| Binary | 10111100 | 11111 | 10101101 | 0 | 1010100 | 1000 | 11010 | 100110010 | 1001000 | 101011 |
Color Harmonies of #BC1FAD
Complementary color
Monochromatic Colors of #BC1FAD
Black with #BC1FAD
Text Example
Text Example
White with #BC1FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FAD; }
p { color: rgb(188,31,173); }
H1.HeaderClassName
{
color: #BC1FAD;
}
.AnyTagClassName
{
color: #BC1FAD;
}
</style>
background-color css
<style>
a { background-color: #BC1FAD; }
a { background-color: rgb(188,31,173); }
div.DivClassName
{
background-color: #BC1FAD;
}
.BgClassName
{
background-color: #BC1FAD;
}
</style>
border-color css
<style>
span { border-color: #BC1FAD; }
span { border-color: rgb(188,31,173); }
td.TdClassName
{
border-color: #BC1FAD;
}
.TagClassName
{
border-color: #BC1FAD;
}
</style>