Shades of Deep Magenta #BC1DDE
Tints of Deep Magenta #BC1DDE
RGB
CMYK
RGB Variations
Color information
#BC1DDE (or 0xBC1DDE) is known color: Deep Magenta. HEX triplet: BC, 1D and DE. RGB value is (188,29,222). Sum of RGB (Red+Green+Blue) = 188+29+222=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC1DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DDE is #43E221. Grayscale: #616161. Windows color (decimal): -4448802 or 14556604. OLE color: 14556604.
HSL color Cylindrical-coordinate representation of color #BC1DDE: hue angle of 289.43º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1DDE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 29 | 222 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.13 |
| HSL | 289.43º | 0.77% | 0.49% | - |
| HSV(B) | 289.43º | 0.87% | 0.87% | - |
| XYZ | 34.36 | 16.84 | 70.55 | - |
| YUV | 98.54 | 197.68 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 222 | 0.15 | 0.87 | 0 | 0.13 | 289.43 | 0.77 | 0.49 |
| Hex | BC | 1D | DE | F | 57 | 0 | D | 121 | 4D | 31 |
| Octal | 274 | 35 | 336 | 17 | 127 | 0 | 15 | 441 | 115 | 61 |
| Binary | 10111100 | 11101 | 11011110 | 1111 | 1010111 | 0 | 1101 | 100100001 | 1001101 | 110001 |
Color Harmonies of #BC1DDE
Complementary color
Monochromatic Colors of #BC1DDE
Black with #BC1DDE
Text Example
Text Example
White with #BC1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DDE; }
p { color: rgb(188,29,222); }
H1.HeaderClassName
{
color: #BC1DDE;
}
.AnyTagClassName
{
color: #BC1DDE;
}
</style>
background-color css
<style>
a { background-color: #BC1DDE; }
a { background-color: rgb(188,29,222); }
div.DivClassName
{
background-color: #BC1DDE;
}
.BgClassName
{
background-color: #BC1DDE;
}
</style>
border-color css
<style>
span { border-color: #BC1DDE; }
span { border-color: rgb(188,29,222); }
td.TdClassName
{
border-color: #BC1DDE;
}
.TagClassName
{
border-color: #BC1DDE;
}
</style>