Shades of Deep Magenta #BC1FDE
Tints of Deep Magenta #BC1FDE
RGB
CMYK
RGB Variations
Color information
#BC1FDE (or 0xBC1FDE) is known color: Deep Magenta. HEX triplet: BC, 1F and DE. RGB value is (188,31,222). Sum of RGB (Red+Green+Blue) = 188+31+222=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FDE is #43E021. Grayscale: #636363. Windows color (decimal): -4448290 or 14557116. OLE color: 14557116.
HSL color Cylindrical-coordinate representation of color #BC1FDE: hue angle of 289.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1FDE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 31 | 222 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.13 |
| HSL | 289.32º | 0.75% | 0.5% | - |
| HSV(B) | 289.32º | 0.86% | 0.87% | - |
| XYZ | 34.41 | 16.95 | 70.56 | - |
| YUV | 99.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 222 | 0.15 | 0.86 | 0 | 0.13 | 289.32 | 0.75 | 0.5 |
| Hex | BC | 1F | DE | F | 56 | 0 | D | 121 | 4B | 32 |
| Octal | 274 | 37 | 336 | 17 | 126 | 0 | 15 | 441 | 113 | 62 |
| Binary | 10111100 | 11111 | 11011110 | 1111 | 1010110 | 0 | 1101 | 100100001 | 1001011 | 110010 |
Color Harmonies of #BC1FDE
Complementary color
Monochromatic Colors of #BC1FDE
Black with #BC1FDE
Text Example
Text Example
White with #BC1FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FDE; }
p { color: rgb(188,31,222); }
H1.HeaderClassName
{
color: #BC1FDE;
}
.AnyTagClassName
{
color: #BC1FDE;
}
</style>
background-color css
<style>
a { background-color: #BC1FDE; }
a { background-color: rgb(188,31,222); }
div.DivClassName
{
background-color: #BC1FDE;
}
.BgClassName
{
background-color: #BC1FDE;
}
</style>
border-color css
<style>
span { border-color: #BC1FDE; }
span { border-color: rgb(188,31,222); }
td.TdClassName
{
border-color: #BC1FDE;
}
.TagClassName
{
border-color: #BC1FDE;
}
</style>