Shades of Deep Magenta #BC1AD2
Tints of Deep Magenta #BC1AD2
RGB
CMYK
RGB Variations
Color information
#BC1AD2 (or 0xBC1AD2) is known color: Deep Magenta. HEX triplet: BC, 1A and D2. RGB value is (188,26,210). Sum of RGB (Red+Green+Blue) = 188+26+210=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC1AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AD2 is #43E52D. Grayscale: #5E5E5E. Windows color (decimal): -4449582 or 13769404. OLE color: 13769404.
HSL color Cylindrical-coordinate representation of color #BC1AD2: hue angle of 292.83º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1AD2 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 26 | 210 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.18 |
| HSL | 292.83º | 0.78% | 0.46% | - |
| HSV(B) | 292.83º | 0.88% | 0.82% | - |
| XYZ | 32.74 | 16.08 | 62.35 | - |
| YUV | 95.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 210 | 0.10 | 0.88 | 0 | 0.18 | 292.83 | 0.78 | 0.46 |
| Hex | BC | 1A | D2 | A | 58 | 0 | 12 | 125 | 4E | 2E |
| Octal | 274 | 32 | 322 | 12 | 130 | 0 | 22 | 445 | 116 | 56 |
| Binary | 10111100 | 11010 | 11010010 | 1010 | 1011000 | 0 | 10010 | 100100101 | 1001110 | 101110 |
Color Harmonies of #BC1AD2
Complementary color
Monochromatic Colors of #BC1AD2
Black with #BC1AD2
Text Example
Text Example
White with #BC1AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AD2; }
p { color: rgb(188,26,210); }
H1.HeaderClassName
{
color: #BC1AD2;
}
.AnyTagClassName
{
color: #BC1AD2;
}
</style>
background-color css
<style>
a { background-color: #BC1AD2; }
a { background-color: rgb(188,26,210); }
div.DivClassName
{
background-color: #BC1AD2;
}
.BgClassName
{
background-color: #BC1AD2;
}
</style>
border-color css
<style>
span { border-color: #BC1AD2; }
span { border-color: rgb(188,26,210); }
td.TdClassName
{
border-color: #BC1AD2;
}
.TagClassName
{
border-color: #BC1AD2;
}
</style>