Shades of Deep Magenta #BC1DBC
Tints of Deep Magenta #BC1DBC
RGB
CMYK
RGB Variations
Color information
#BC1DBC (or 0xBC1DBC) is known color: Deep Magenta. HEX triplet: BC, 1D and BC. RGB value is (188,29,188). Sum of RGB (Red+Green+Blue) = 188+29+188=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC1DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DBC is #43E243. Grayscale: #5E5E5E. Windows color (decimal): -4448836 or 12328380. OLE color: 12328380.
HSL color Cylindrical-coordinate representation of color #BC1DBC: hue angle of 300º 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 #BC1DBC is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 188 | - |
| CMYK | 0 | 0.85 | 0 | 0.26 |
| HSL | 300º | 0.73% | 0.43% | - |
| HSV(B) | 300º | 0.85% | 0.74% | - |
| XYZ | 30.26 | 15.2 | 48.92 | - |
| YUV | 94.67 | 180.68 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 188 | 0 | 0.85 | 0 | 0.26 | 300 | 0.73 | 0.43 |
| Hex | BC | 1D | BC | 0 | 55 | 0 | 1A | 12C | 49 | 2B |
| Octal | 274 | 35 | 274 | 0 | 125 | 0 | 32 | 454 | 111 | 53 |
| Binary | 10111100 | 11101 | 10111100 | 0 | 1010101 | 0 | 11010 | 100101100 | 1001001 | 101011 |
Color Harmonies of #BC1DBC
Complementary color
Monochromatic Colors of #BC1DBC
Black with #BC1DBC
Text Example
Text Example
White with #BC1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DBC; }
p { color: rgb(188,29,188); }
H1.HeaderClassName
{
color: #BC1DBC;
}
.AnyTagClassName
{
color: #BC1DBC;
}
</style>
background-color css
<style>
a { background-color: #BC1DBC; }
a { background-color: rgb(188,29,188); }
div.DivClassName
{
background-color: #BC1DBC;
}
.BgClassName
{
background-color: #BC1DBC;
}
</style>
border-color css
<style>
span { border-color: #BC1DBC; }
span { border-color: rgb(188,29,188); }
td.TdClassName
{
border-color: #BC1DBC;
}
.TagClassName
{
border-color: #BC1DBC;
}
</style>