Shades of Deep Magenta #BC1ED5
Tints of Deep Magenta #BC1ED5
RGB
CMYK
RGB Variations
Color information
#BC1ED5 (or 0xBC1ED5) is known color: Deep Magenta. HEX triplet: BC, 1E and D5. RGB value is (188,30,213). Sum of RGB (Red+Green+Blue) = 188+30+213=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC1ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ED5 is #43E12A. Grayscale: #616161. Windows color (decimal): -4448555 or 13967036. OLE color: 13967036.
HSL color Cylindrical-coordinate representation of color #BC1ED5: hue angle of 291.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1ED5 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 30 | 213 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.16 |
| HSL | 291.8º | 0.75% | 0.48% | - |
| HSV(B) | 291.8º | 0.86% | 0.84% | - |
| XYZ | 33.21 | 16.42 | 64.37 | - |
| YUV | 98.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 213 | 0.12 | 0.86 | 0 | 0.16 | 291.8 | 0.75 | 0.48 |
| Hex | BC | 1E | D5 | C | 56 | 0 | 10 | 124 | 4B | 30 |
| Octal | 274 | 36 | 325 | 14 | 126 | 0 | 20 | 444 | 113 | 60 |
| Binary | 10111100 | 11110 | 11010101 | 1100 | 1010110 | 0 | 10000 | 100100100 | 1001011 | 110000 |
Color Harmonies of #BC1ED5
Complementary color
Monochromatic Colors of #BC1ED5
Black with #BC1ED5
Text Example
Text Example
White with #BC1ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ED5; }
p { color: rgb(188,30,213); }
H1.HeaderClassName
{
color: #BC1ED5;
}
.AnyTagClassName
{
color: #BC1ED5;
}
</style>
background-color css
<style>
a { background-color: #BC1ED5; }
a { background-color: rgb(188,30,213); }
div.DivClassName
{
background-color: #BC1ED5;
}
.BgClassName
{
background-color: #BC1ED5;
}
</style>
border-color css
<style>
span { border-color: #BC1ED5; }
span { border-color: rgb(188,30,213); }
td.TdClassName
{
border-color: #BC1ED5;
}
.TagClassName
{
border-color: #BC1ED5;
}
</style>