Shades of Deep Magenta #BC1DAC
Tints of Deep Magenta #BC1DAC
RGB
CMYK
RGB Variations
Color information
#BC1DAC (or 0xBC1DAC) is known color: Deep Magenta. HEX triplet: BC, 1D and AC. RGB value is (188,29,172). Sum of RGB (Red+Green+Blue) = 188+29+172=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1DAC is #43E253. Grayscale: #5C5C5C. Windows color (decimal): -4448852 or 11279804. OLE color: 11279804.
HSL color Cylindrical-coordinate representation of color #BC1DAC: hue angle of 306.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1DAC is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 172 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.26 |
| HSL | 306.04º | 0.73% | 0.43% | - |
| HSV(B) | 306.04º | 0.85% | 0.74% | - |
| XYZ | 28.62 | 14.55 | 40.33 | - |
| YUV | 92.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 172 | 0 | 0.85 | 0.09 | 0.26 | 306.04 | 0.73 | 0.43 |
| Hex | BC | 1D | AC | 0 | 55 | 9 | 1A | 132 | 49 | 2B |
| Octal | 274 | 35 | 254 | 0 | 125 | 11 | 32 | 462 | 111 | 53 |
| Binary | 10111100 | 11101 | 10101100 | 0 | 1010101 | 1001 | 11010 | 100110010 | 1001001 | 101011 |
Color Harmonies of #BC1DAC
Complementary color
Monochromatic Colors of #BC1DAC
Black with #BC1DAC
Text Example
Text Example
White with #BC1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DAC; }
p { color: rgb(188,29,172); }
H1.HeaderClassName
{
color: #BC1DAC;
}
.AnyTagClassName
{
color: #BC1DAC;
}
</style>
background-color css
<style>
a { background-color: #BC1DAC; }
a { background-color: rgb(188,29,172); }
div.DivClassName
{
background-color: #BC1DAC;
}
.BgClassName
{
background-color: #BC1DAC;
}
</style>
border-color css
<style>
span { border-color: #BC1DAC; }
span { border-color: rgb(188,29,172); }
td.TdClassName
{
border-color: #BC1DAC;
}
.TagClassName
{
border-color: #BC1DAC;
}
</style>