Shades of Deep Magenta #BC1BDE
Tints of Deep Magenta #BC1BDE
RGB
CMYK
RGB Variations
Color information
#BC1BDE (or 0xBC1BDE) is known color: Deep Magenta. HEX triplet: BC, 1B and DE. RGB value is (188,27,222). Sum of RGB (Red+Green+Blue) = 188+27+222=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC1BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BDE is #43E421. Grayscale: #606060. Windows color (decimal): -4449314 or 14556092. OLE color: 14556092.
HSL color Cylindrical-coordinate representation of color #BC1BDE: hue angle of 289.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1BDE is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 27 | 222 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.13 |
| HSL | 289.54º | 0.78% | 0.49% | - |
| HSV(B) | 289.54º | 0.88% | 0.87% | - |
| XYZ | 34.32 | 16.75 | 70.53 | - |
| YUV | 97.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 222 | 0.15 | 0.88 | 0 | 0.13 | 289.54 | 0.78 | 0.49 |
| Hex | BC | 1B | DE | F | 58 | 0 | D | 122 | 4E | 31 |
| Octal | 274 | 33 | 336 | 17 | 130 | 0 | 15 | 442 | 116 | 61 |
| Binary | 10111100 | 11011 | 11011110 | 1111 | 1011000 | 0 | 1101 | 100100010 | 1001110 | 110001 |
Color Harmonies of #BC1BDE
Complementary color
Monochromatic Colors of #BC1BDE
Black with #BC1BDE
Text Example
Text Example
White with #BC1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1BDE; }
p { color: rgb(188,27,222); }
H1.HeaderClassName
{
color: #BC1BDE;
}
.AnyTagClassName
{
color: #BC1BDE;
}
</style>
background-color css
<style>
a { background-color: #BC1BDE; }
a { background-color: rgb(188,27,222); }
div.DivClassName
{
background-color: #BC1BDE;
}
.BgClassName
{
background-color: #BC1BDE;
}
</style>
border-color css
<style>
span { border-color: #BC1BDE; }
span { border-color: rgb(188,27,222); }
td.TdClassName
{
border-color: #BC1BDE;
}
.TagClassName
{
border-color: #BC1BDE;
}
</style>