Shades of Fuchsia #BC5FA6
Tints of Fuchsia #BC5FA6
RGB
CMYK
RGB Variations
Color information
#BC5FA6 (or 0xBC5FA6) is known color: Fuchsia. HEX triplet: BC, 5F and A6. RGB value is (188,95,166). Sum of RGB (Red+Green+Blue) = 188+95+166=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FA6 is #43A059. Grayscale: #828282. Windows color (decimal): -4431962 or 10903484. OLE color: 10903484.
HSL color Cylindrical-coordinate representation of color #BC5FA6: hue angle of 314.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC5FA6 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 166 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.26 |
| HSL | 314.19º | 0.41% | 0.55% | - |
| HSV(B) | 314.19º | 0.49% | 0.74% | - |
| XYZ | 31.71 | 21.63 | 38.58 | - |
| YUV | 130.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 166 | 0 | 0.49 | 0.12 | 0.26 | 314.19 | 0.41 | 0.55 |
| Hex | BC | 5F | A6 | 0 | 31 | C | 1A | 13A | 29 | 37 |
| Octal | 274 | 137 | 246 | 0 | 61 | 14 | 32 | 472 | 51 | 67 |
| Binary | 10111100 | 1011111 | 10100110 | 0 | 110001 | 1100 | 11010 | 100111010 | 101001 | 110111 |
Color Harmonies of #BC5FA6
Complementary color
Monochromatic Colors of #BC5FA6
Black with #BC5FA6
Text Example
Text Example
White with #BC5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FA6; }
p { color: rgb(188,95,166); }
H1.HeaderClassName
{
color: #BC5FA6;
}
.AnyTagClassName
{
color: #BC5FA6;
}
</style>
background-color css
<style>
a { background-color: #BC5FA6; }
a { background-color: rgb(188,95,166); }
div.DivClassName
{
background-color: #BC5FA6;
}
.BgClassName
{
background-color: #BC5FA6;
}
</style>
border-color css
<style>
span { border-color: #BC5FA6; }
span { border-color: rgb(188,95,166); }
td.TdClassName
{
border-color: #BC5FA6;
}
.TagClassName
{
border-color: #BC5FA6;
}
</style>