Shades of Deep Magenta #BC1FC6
Tints of Deep Magenta #BC1FC6
RGB
CMYK
RGB Variations
Color information
#BC1FC6 (or 0xBC1FC6) is known color: Deep Magenta. HEX triplet: BC, 1F and C6. RGB value is (188,31,198). Sum of RGB (Red+Green+Blue) = 188+31+198=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC1FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FC6 is #43E039. Grayscale: #606060. Windows color (decimal): -4448314 or 12984252. OLE color: 12984252.
HSL color Cylindrical-coordinate representation of color #BC1FC6: hue angle of 296.41º 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 #BC1FC6 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 31 | 198 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.22 |
| HSL | 296.41º | 0.73% | 0.45% | - |
| HSV(B) | 296.41º | 0.84% | 0.78% | - |
| XYZ | 31.42 | 15.75 | 54.81 | - |
| YUV | 96.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 198 | 0.05 | 0.84 | 0 | 0.22 | 296.41 | 0.73 | 0.45 |
| Hex | BC | 1F | C6 | 5 | 54 | 0 | 16 | 128 | 49 | 2D |
| Octal | 274 | 37 | 306 | 5 | 124 | 0 | 26 | 450 | 111 | 55 |
| Binary | 10111100 | 11111 | 11000110 | 101 | 1010100 | 0 | 10110 | 100101000 | 1001001 | 101101 |
Color Harmonies of #BC1FC6
Complementary color
Monochromatic Colors of #BC1FC6
Black with #BC1FC6
Text Example
Text Example
White with #BC1FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FC6; }
p { color: rgb(188,31,198); }
H1.HeaderClassName
{
color: #BC1FC6;
}
.AnyTagClassName
{
color: #BC1FC6;
}
</style>
background-color css
<style>
a { background-color: #BC1FC6; }
a { background-color: rgb(188,31,198); }
div.DivClassName
{
background-color: #BC1FC6;
}
.BgClassName
{
background-color: #BC1FC6;
}
</style>
border-color css
<style>
span { border-color: #BC1FC6; }
span { border-color: rgb(188,31,198); }
td.TdClassName
{
border-color: #BC1FC6;
}
.TagClassName
{
border-color: #BC1FC6;
}
</style>