Shades of Deep Magenta #BC1DC2
Tints of Deep Magenta #BC1DC2
RGB
CMYK
RGB Variations
Color information
#BC1DC2 (or 0xBC1DC2) is known color: Deep Magenta. HEX triplet: BC, 1D and C2. RGB value is (188,29,194). Sum of RGB (Red+Green+Blue) = 188+29+194=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC1DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DC2 is #43E23D. Grayscale: #5E5E5E. Windows color (decimal): -4448830 or 12721596. OLE color: 12721596.
HSL color Cylindrical-coordinate representation of color #BC1DC2: hue angle of 297.82º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1DC2 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 29 | 194 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.24 |
| HSL | 297.82º | 0.74% | 0.44% | - |
| HSV(B) | 297.82º | 0.85% | 0.76% | - |
| XYZ | 30.92 | 15.47 | 52.39 | - |
| YUV | 95.35 | 183.68 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 194 | 0.03 | 0.85 | 0 | 0.24 | 297.82 | 0.74 | 0.44 |
| Hex | BC | 1D | C2 | 3 | 55 | 0 | 18 | 12A | 4A | 2C |
| Octal | 274 | 35 | 302 | 3 | 125 | 0 | 30 | 452 | 112 | 54 |
| Binary | 10111100 | 11101 | 11000010 | 11 | 1010101 | 0 | 11000 | 100101010 | 1001010 | 101100 |
Color Harmonies of #BC1DC2
Complementary color
Monochromatic Colors of #BC1DC2
Black with #BC1DC2
Text Example
Text Example
White with #BC1DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DC2; }
p { color: rgb(188,29,194); }
H1.HeaderClassName
{
color: #BC1DC2;
}
.AnyTagClassName
{
color: #BC1DC2;
}
</style>
background-color css
<style>
a { background-color: #BC1DC2; }
a { background-color: rgb(188,29,194); }
div.DivClassName
{
background-color: #BC1DC2;
}
.BgClassName
{
background-color: #BC1DC2;
}
</style>
border-color css
<style>
span { border-color: #BC1DC2; }
span { border-color: rgb(188,29,194); }
td.TdClassName
{
border-color: #BC1DC2;
}
.TagClassName
{
border-color: #BC1DC2;
}
</style>