Shades of Fuchsia #BC6EC1
Tints of Fuchsia #BC6EC1
RGB
CMYK
RGB Variations
Color information
#BC6EC1 (or 0xBC6EC1) is known color: Fuchsia. HEX triplet: BC, 6E and C1. RGB value is (188,110,193). Sum of RGB (Red+Green+Blue) = 188+110+193=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EC1 is #43913E. Grayscale: #8E8E8E. Windows color (decimal): -4428095 or 12676796. OLE color: 12676796.
HSL color Cylindrical-coordinate representation of color #BC6EC1: hue angle of 296.39º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6EC1 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 110 | 193 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.24 |
| HSL | 296.39º | 0.4% | 0.59% | - |
| HSV(B) | 296.39º | 0.43% | 0.76% | - |
| XYZ | 35.94 | 25.69 | 53.52 | - |
| YUV | 142.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 193 | 0.03 | 0.43 | 0 | 0.24 | 296.39 | 0.4 | 0.59 |
| Hex | BC | 6E | C1 | 3 | 2B | 0 | 18 | 128 | 28 | 3B |
| Octal | 274 | 156 | 301 | 3 | 53 | 0 | 30 | 450 | 50 | 73 |
| Binary | 10111100 | 1101110 | 11000001 | 11 | 101011 | 0 | 11000 | 100101000 | 101000 | 111011 |
Color Harmonies of #BC6EC1
Complementary color
Monochromatic Colors of #BC6EC1
Black with #BC6EC1
Text Example
Text Example
White with #BC6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EC1; }
p { color: rgb(188,110,193); }
H1.HeaderClassName
{
color: #BC6EC1;
}
.AnyTagClassName
{
color: #BC6EC1;
}
</style>
background-color css
<style>
a { background-color: #BC6EC1; }
a { background-color: rgb(188,110,193); }
div.DivClassName
{
background-color: #BC6EC1;
}
.BgClassName
{
background-color: #BC6EC1;
}
</style>
border-color css
<style>
span { border-color: #BC6EC1; }
span { border-color: rgb(188,110,193); }
td.TdClassName
{
border-color: #BC6EC1;
}
.TagClassName
{
border-color: #BC6EC1;
}
</style>