Shades of Deep Magenta #BC1FDF
Tints of Deep Magenta #BC1FDF
RGB
CMYK
RGB Variations
Color information
#BC1FDF (or 0xBC1FDF) is known color: Deep Magenta. HEX triplet: BC, 1F and DF. RGB value is (188,31,223). Sum of RGB (Red+Green+Blue) = 188+31+223=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC1FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FDF is #43E020. Grayscale: #636363. Windows color (decimal): -4448289 or 14622652. OLE color: 14622652.
HSL color Cylindrical-coordinate representation of color #BC1FDF: hue angle of 289.06º degrees, saturation: 0.76, 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 #BC1FDF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 31 | 223 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.13 |
| HSL | 289.06º | 0.76% | 0.5% | - |
| HSV(B) | 289.06º | 0.86% | 0.87% | - |
| XYZ | 34.55 | 17 | 71.27 | - |
| YUV | 99.83 | 197.51 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 223 | 0.16 | 0.86 | 0 | 0.13 | 289.06 | 0.76 | 0.5 |
| Hex | BC | 1F | DF | 10 | 56 | 0 | D | 121 | 4C | 32 |
| Octal | 274 | 37 | 337 | 20 | 126 | 0 | 15 | 441 | 114 | 62 |
| Binary | 10111100 | 11111 | 11011111 | 10000 | 1010110 | 0 | 1101 | 100100001 | 1001100 | 110010 |
Color Harmonies of #BC1FDF
Complementary color
Monochromatic Colors of #BC1FDF
Black with #BC1FDF
Text Example
Text Example
White with #BC1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FDF; }
p { color: rgb(188,31,223); }
H1.HeaderClassName
{
color: #BC1FDF;
}
.AnyTagClassName
{
color: #BC1FDF;
}
</style>
background-color css
<style>
a { background-color: #BC1FDF; }
a { background-color: rgb(188,31,223); }
div.DivClassName
{
background-color: #BC1FDF;
}
.BgClassName
{
background-color: #BC1FDF;
}
</style>
border-color css
<style>
span { border-color: #BC1FDF; }
span { border-color: rgb(188,31,223); }
td.TdClassName
{
border-color: #BC1FDF;
}
.TagClassName
{
border-color: #BC1FDF;
}
</style>