Shades of Deep Magenta #BC1FCE
Tints of Deep Magenta #BC1FCE
RGB
CMYK
RGB Variations
Color information
#BC1FCE (or 0xBC1FCE) is known color: Deep Magenta. HEX triplet: BC, 1F and CE. RGB value is (188,31,206). Sum of RGB (Red+Green+Blue) = 188+31+206=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FCE is #43E031. Grayscale: #616161. Windows color (decimal): -4448306 or 13508540. OLE color: 13508540.
HSL color Cylindrical-coordinate representation of color #BC1FCE: hue angle of 293.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1FCE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 31 | 206 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.19 |
| HSL | 293.83º | 0.74% | 0.46% | - |
| HSV(B) | 293.83º | 0.85% | 0.81% | - |
| XYZ | 32.37 | 16.13 | 59.8 | - |
| YUV | 97.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 206 | 0.09 | 0.85 | 0 | 0.19 | 293.83 | 0.74 | 0.46 |
| Hex | BC | 1F | CE | 9 | 55 | 0 | 13 | 126 | 4A | 2E |
| Octal | 274 | 37 | 316 | 11 | 125 | 0 | 23 | 446 | 112 | 56 |
| Binary | 10111100 | 11111 | 11001110 | 1001 | 1010101 | 0 | 10011 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BC1FCE
Complementary color
Monochromatic Colors of #BC1FCE
Black with #BC1FCE
Text Example
Text Example
White with #BC1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FCE; }
p { color: rgb(188,31,206); }
H1.HeaderClassName
{
color: #BC1FCE;
}
.AnyTagClassName
{
color: #BC1FCE;
}
</style>
background-color css
<style>
a { background-color: #BC1FCE; }
a { background-color: rgb(188,31,206); }
div.DivClassName
{
background-color: #BC1FCE;
}
.BgClassName
{
background-color: #BC1FCE;
}
</style>
border-color css
<style>
span { border-color: #BC1FCE; }
span { border-color: rgb(188,31,206); }
td.TdClassName
{
border-color: #BC1FCE;
}
.TagClassName
{
border-color: #BC1FCE;
}
</style>