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