Shades of Deep Magenta #BC1FC7
Tints of Deep Magenta #BC1FC7
RGB
CMYK
RGB Variations
Color information
#BC1FC7 (or 0xBC1FC7) is known color: Deep Magenta. HEX triplet: BC, 1F and C7. RGB value is (188,31,199). Sum of RGB (Red+Green+Blue) = 188+31+199=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC1FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FC7 is #43E038. Grayscale: #606060. Windows color (decimal): -4448313 or 13049788. OLE color: 13049788.
HSL color Cylindrical-coordinate representation of color #BC1FC7: hue angle of 296.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1FC7 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 31 | 199 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.22 |
| HSL | 296.07º | 0.73% | 0.45% | - |
| HSV(B) | 296.07º | 0.84% | 0.78% | - |
| XYZ | 31.54 | 15.79 | 55.42 | - |
| YUV | 97.1 | 185.51 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 199 | 0.06 | 0.84 | 0 | 0.22 | 296.07 | 0.73 | 0.45 |
| Hex | BC | 1F | C7 | 6 | 54 | 0 | 16 | 128 | 49 | 2D |
| Octal | 274 | 37 | 307 | 6 | 124 | 0 | 26 | 450 | 111 | 55 |
| Binary | 10111100 | 11111 | 11000111 | 110 | 1010100 | 0 | 10110 | 100101000 | 1001001 | 101101 |
Color Harmonies of #BC1FC7
Complementary color
Monochromatic Colors of #BC1FC7
Black with #BC1FC7
Text Example
Text Example
White with #BC1FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FC7; }
p { color: rgb(188,31,199); }
H1.HeaderClassName
{
color: #BC1FC7;
}
.AnyTagClassName
{
color: #BC1FC7;
}
</style>
background-color css
<style>
a { background-color: #BC1FC7; }
a { background-color: rgb(188,31,199); }
div.DivClassName
{
background-color: #BC1FC7;
}
.BgClassName
{
background-color: #BC1FC7;
}
</style>
border-color css
<style>
span { border-color: #BC1FC7; }
span { border-color: rgb(188,31,199); }
td.TdClassName
{
border-color: #BC1FC7;
}
.TagClassName
{
border-color: #BC1FC7;
}
</style>