Shades of Deep Magenta #BC1ADC
Tints of Deep Magenta #BC1ADC
RGB
CMYK
RGB Variations
Color information
#BC1ADC (or 0xBC1ADC) is known color: Deep Magenta. HEX triplet: BC, 1A and DC. RGB value is (188,26,220). Sum of RGB (Red+Green+Blue) = 188+26+220=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ADC is #43E523. Grayscale: #5F5F5F. Windows color (decimal): -4449572 or 14424764. OLE color: 14424764.
HSL color Cylindrical-coordinate representation of color #BC1ADC: hue angle of 290.1º degrees, saturation: 0.79, 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 #BC1ADC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 26 | 220 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.14 |
| HSL | 290.1º | 0.79% | 0.48% | - |
| HSV(B) | 290.1º | 0.88% | 0.86% | - |
| XYZ | 34.03 | 16.6 | 69.12 | - |
| YUV | 96.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 220 | 0.15 | 0.88 | 0 | 0.14 | 290.1 | 0.79 | 0.48 |
| Hex | BC | 1A | DC | F | 58 | 0 | E | 122 | 4F | 30 |
| Octal | 274 | 32 | 334 | 17 | 130 | 0 | 16 | 442 | 117 | 60 |
| Binary | 10111100 | 11010 | 11011100 | 1111 | 1011000 | 0 | 1110 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BC1ADC
Complementary color
Monochromatic Colors of #BC1ADC
Black with #BC1ADC
Text Example
Text Example
White with #BC1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ADC; }
p { color: rgb(188,26,220); }
H1.HeaderClassName
{
color: #BC1ADC;
}
.AnyTagClassName
{
color: #BC1ADC;
}
</style>
background-color css
<style>
a { background-color: #BC1ADC; }
a { background-color: rgb(188,26,220); }
div.DivClassName
{
background-color: #BC1ADC;
}
.BgClassName
{
background-color: #BC1ADC;
}
</style>
border-color css
<style>
span { border-color: #BC1ADC; }
span { border-color: rgb(188,26,220); }
td.TdClassName
{
border-color: #BC1ADC;
}
.TagClassName
{
border-color: #BC1ADC;
}
</style>