Shades of Deep Magenta #BC1CDC
Tints of Deep Magenta #BC1CDC
RGB
CMYK
RGB Variations
Color information
#BC1CDC (or 0xBC1CDC) is known color: Deep Magenta. HEX triplet: BC, 1C and DC. RGB value is (188,28,220). Sum of RGB (Red+Green+Blue) = 188+28+220=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CDC is #43E323. Grayscale: #616161. Windows color (decimal): -4449060 or 14425276. OLE color: 14425276.
HSL color Cylindrical-coordinate representation of color #BC1CDC: hue angle of 290º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1CDC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 28 | 220 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.14 |
| HSL | 290º | 0.77% | 0.49% | - |
| HSV(B) | 290º | 0.87% | 0.86% | - |
| XYZ | 34.07 | 16.69 | 69.14 | - |
| YUV | 97.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 220 | 0.15 | 0.87 | 0 | 0.14 | 290 | 0.77 | 0.49 |
| Hex | BC | 1C | DC | F | 57 | 0 | E | 122 | 4D | 31 |
| Octal | 274 | 34 | 334 | 17 | 127 | 0 | 16 | 442 | 115 | 61 |
| Binary | 10111100 | 11100 | 11011100 | 1111 | 1010111 | 0 | 1110 | 100100010 | 1001101 | 110001 |
Color Harmonies of #BC1CDC
Complementary color
Monochromatic Colors of #BC1CDC
Black with #BC1CDC
Text Example
Text Example
White with #BC1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CDC; }
p { color: rgb(188,28,220); }
H1.HeaderClassName
{
color: #BC1CDC;
}
.AnyTagClassName
{
color: #BC1CDC;
}
</style>
background-color css
<style>
a { background-color: #BC1CDC; }
a { background-color: rgb(188,28,220); }
div.DivClassName
{
background-color: #BC1CDC;
}
.BgClassName
{
background-color: #BC1CDC;
}
</style>
border-color css
<style>
span { border-color: #BC1CDC; }
span { border-color: rgb(188,28,220); }
td.TdClassName
{
border-color: #BC1CDC;
}
.TagClassName
{
border-color: #BC1CDC;
}
</style>