Shades of Fuchsia #BC3CC6
Tints of Fuchsia #BC3CC6
RGB
CMYK
RGB Variations
Color information
#BC3CC6 (or 0xBC3CC6) is known color: Fuchsia. HEX triplet: BC, 3C and C6. RGB value is (188,60,198). Sum of RGB (Red+Green+Blue) = 188+60+198=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC3CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CC6 is #43C339. Grayscale: #717171. Windows color (decimal): -4440890 or 12991676. OLE color: 12991676.
HSL color Cylindrical-coordinate representation of color #BC3CC6: hue angle of 295.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3CC6 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 60 | 198 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.22 |
| HSL | 295.65º | 0.55% | 0.51% | - |
| HSV(B) | 295.65º | 0.7% | 0.78% | - |
| XYZ | 32.55 | 18 | 55.19 | - |
| YUV | 114 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 198 | 0.05 | 0.70 | 0 | 0.22 | 295.65 | 0.55 | 0.51 |
| Hex | BC | 3C | C6 | 5 | 46 | 0 | 16 | 128 | 37 | 33 |
| Octal | 274 | 74 | 306 | 5 | 106 | 0 | 26 | 450 | 67 | 63 |
| Binary | 10111100 | 111100 | 11000110 | 101 | 1000110 | 0 | 10110 | 100101000 | 110111 | 110011 |
Color Harmonies of #BC3CC6
Complementary color
Monochromatic Colors of #BC3CC6
Black with #BC3CC6
Text Example
Text Example
White with #BC3CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CC6; }
p { color: rgb(188,60,198); }
H1.HeaderClassName
{
color: #BC3CC6;
}
.AnyTagClassName
{
color: #BC3CC6;
}
</style>
background-color css
<style>
a { background-color: #BC3CC6; }
a { background-color: rgb(188,60,198); }
div.DivClassName
{
background-color: #BC3CC6;
}
.BgClassName
{
background-color: #BC3CC6;
}
</style>
border-color css
<style>
span { border-color: #BC3CC6; }
span { border-color: rgb(188,60,198); }
td.TdClassName
{
border-color: #BC3CC6;
}
.TagClassName
{
border-color: #BC3CC6;
}
</style>