Shades of Deep Magenta #BC1ED2
Tints of Deep Magenta #BC1ED2
RGB
CMYK
RGB Variations
Color information
#BC1ED2 (or 0xBC1ED2) is known color: Deep Magenta. HEX triplet: BC, 1E and D2. RGB value is (188,30,210). Sum of RGB (Red+Green+Blue) = 188+30+210=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC1ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ED2 is #43E12D. Grayscale: #616161. Windows color (decimal): -4448558 or 13770428. OLE color: 13770428.
HSL color Cylindrical-coordinate representation of color #BC1ED2: hue angle of 292.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1ED2 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 30 | 210 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.18 |
| HSL | 292.67º | 0.75% | 0.47% | - |
| HSV(B) | 292.67º | 0.86% | 0.82% | - |
| XYZ | 32.84 | 16.27 | 62.38 | - |
| YUV | 97.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 210 | 0.10 | 0.86 | 0 | 0.18 | 292.67 | 0.75 | 0.47 |
| Hex | BC | 1E | D2 | A | 56 | 0 | 12 | 125 | 4B | 2F |
| Octal | 274 | 36 | 322 | 12 | 126 | 0 | 22 | 445 | 113 | 57 |
| Binary | 10111100 | 11110 | 11010010 | 1010 | 1010110 | 0 | 10010 | 100100101 | 1001011 | 101111 |
Color Harmonies of #BC1ED2
Complementary color
Monochromatic Colors of #BC1ED2
Black with #BC1ED2
Text Example
Text Example
White with #BC1ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ED2; }
p { color: rgb(188,30,210); }
H1.HeaderClassName
{
color: #BC1ED2;
}
.AnyTagClassName
{
color: #BC1ED2;
}
</style>
background-color css
<style>
a { background-color: #BC1ED2; }
a { background-color: rgb(188,30,210); }
div.DivClassName
{
background-color: #BC1ED2;
}
.BgClassName
{
background-color: #BC1ED2;
}
</style>
border-color css
<style>
span { border-color: #BC1ED2; }
span { border-color: rgb(188,30,210); }
td.TdClassName
{
border-color: #BC1ED2;
}
.TagClassName
{
border-color: #BC1ED2;
}
</style>