Shades of Deep Magenta #BC1BDC
Tints of Deep Magenta #BC1BDC
RGB
CMYK
RGB Variations
Color information
#BC1BDC (or 0xBC1BDC) is known color: Deep Magenta. HEX triplet: BC, 1B and DC. RGB value is (188,27,220). Sum of RGB (Red+Green+Blue) = 188+27+220=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BDC is #43E423. Grayscale: #606060. Windows color (decimal): -4449316 or 14425020. OLE color: 14425020.
HSL color Cylindrical-coordinate representation of color #BC1BDC: hue angle of 290.05º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1BDC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 27 | 220 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.14 |
| HSL | 290.05º | 0.78% | 0.48% | - |
| HSV(B) | 290.05º | 0.88% | 0.86% | - |
| XYZ | 34.05 | 16.64 | 69.13 | - |
| YUV | 97.14 | 197.34 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 220 | 0.15 | 0.88 | 0 | 0.14 | 290.05 | 0.78 | 0.48 |
| Hex | BC | 1B | DC | F | 58 | 0 | E | 122 | 4E | 30 |
| Octal | 274 | 33 | 334 | 17 | 130 | 0 | 16 | 442 | 116 | 60 |
| Binary | 10111100 | 11011 | 11011100 | 1111 | 1011000 | 0 | 1110 | 100100010 | 1001110 | 110000 |
Color Harmonies of #BC1BDC
Complementary color
Monochromatic Colors of #BC1BDC
Black with #BC1BDC
Text Example
Text Example
White with #BC1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BDC; }
p { color: rgb(188,27,220); }
H1.HeaderClassName
{
color: #BC1BDC;
}
.AnyTagClassName
{
color: #BC1BDC;
}
</style>
background-color css
<style>
a { background-color: #BC1BDC; }
a { background-color: rgb(188,27,220); }
div.DivClassName
{
background-color: #BC1BDC;
}
.BgClassName
{
background-color: #BC1BDC;
}
</style>
border-color css
<style>
span { border-color: #BC1BDC; }
span { border-color: rgb(188,27,220); }
td.TdClassName
{
border-color: #BC1BDC;
}
.TagClassName
{
border-color: #BC1BDC;
}
</style>