Shades of Deep Magenta #BC1ECD
Tints of Deep Magenta #BC1ECD
RGB
CMYK
RGB Variations
Color information
#BC1ECD (or 0xBC1ECD) is known color: Deep Magenta. HEX triplet: BC, 1E and CD. RGB value is (188,30,205). Sum of RGB (Red+Green+Blue) = 188+30+205=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ECD is #43E132. Grayscale: #606060. Windows color (decimal): -4448563 or 13442748. OLE color: 13442748.
HSL color Cylindrical-coordinate representation of color #BC1ECD: hue angle of 294.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1ECD is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 30 | 205 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.20 |
| HSL | 294.17º | 0.74% | 0.46% | - |
| HSV(B) | 294.17º | 0.85% | 0.8% | - |
| XYZ | 32.22 | 16.03 | 59.15 | - |
| YUV | 97.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 205 | 0.08 | 0.85 | 0 | 0.20 | 294.17 | 0.74 | 0.46 |
| Hex | BC | 1E | CD | 8 | 55 | 0 | 14 | 126 | 4A | 2E |
| Octal | 274 | 36 | 315 | 10 | 125 | 0 | 24 | 446 | 112 | 56 |
| Binary | 10111100 | 11110 | 11001101 | 1000 | 1010101 | 0 | 10100 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BC1ECD
Complementary color
Monochromatic Colors of #BC1ECD
Black with #BC1ECD
Text Example
Text Example
White with #BC1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ECD; }
p { color: rgb(188,30,205); }
H1.HeaderClassName
{
color: #BC1ECD;
}
.AnyTagClassName
{
color: #BC1ECD;
}
</style>
background-color css
<style>
a { background-color: #BC1ECD; }
a { background-color: rgb(188,30,205); }
div.DivClassName
{
background-color: #BC1ECD;
}
.BgClassName
{
background-color: #BC1ECD;
}
</style>
border-color css
<style>
span { border-color: #BC1ECD; }
span { border-color: rgb(188,30,205); }
td.TdClassName
{
border-color: #BC1ECD;
}
.TagClassName
{
border-color: #BC1ECD;
}
</style>