Shades of Fuchsia #BC3EC7
Tints of Fuchsia #BC3EC7
RGB
CMYK
RGB Variations
Color information
#BC3EC7 (or 0xBC3EC7) is known color: Fuchsia. HEX triplet: BC, 3E and C7. RGB value is (188,62,199). Sum of RGB (Red+Green+Blue) = 188+62+199=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC3EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EC7 is #43C138. Grayscale: #727272. Windows color (decimal): -4440377 or 13057724. OLE color: 13057724.
HSL color Cylindrical-coordinate representation of color #BC3EC7: hue angle of 295.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3EC7 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 62 | 199 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.22 |
| HSL | 295.18º | 0.55% | 0.51% | - |
| HSV(B) | 295.18º | 0.69% | 0.78% | - |
| XYZ | 32.77 | 18.26 | 55.83 | - |
| YUV | 115.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 199 | 0.06 | 0.69 | 0 | 0.22 | 295.18 | 0.55 | 0.51 |
| Hex | BC | 3E | C7 | 6 | 45 | 0 | 16 | 127 | 37 | 33 |
| Octal | 274 | 76 | 307 | 6 | 105 | 0 | 26 | 447 | 67 | 63 |
| Binary | 10111100 | 111110 | 11000111 | 110 | 1000101 | 0 | 10110 | 100100111 | 110111 | 110011 |
Color Harmonies of #BC3EC7
Complementary color
Monochromatic Colors of #BC3EC7
Black with #BC3EC7
Text Example
Text Example
White with #BC3EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EC7; }
p { color: rgb(188,62,199); }
H1.HeaderClassName
{
color: #BC3EC7;
}
.AnyTagClassName
{
color: #BC3EC7;
}
</style>
background-color css
<style>
a { background-color: #BC3EC7; }
a { background-color: rgb(188,62,199); }
div.DivClassName
{
background-color: #BC3EC7;
}
.BgClassName
{
background-color: #BC3EC7;
}
</style>
border-color css
<style>
span { border-color: #BC3EC7; }
span { border-color: rgb(188,62,199); }
td.TdClassName
{
border-color: #BC3EC7;
}
.TagClassName
{
border-color: #BC3EC7;
}
</style>