Shades of Fuchsia #BC5BA6
Tints of Fuchsia #BC5BA6
RGB
CMYK
RGB Variations
Color information
#BC5BA6 (or 0xBC5BA6) is known color: Fuchsia. HEX triplet: BC, 5B and A6. RGB value is (188,91,166). Sum of RGB (Red+Green+Blue) = 188+91+166=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA6 is #43A459. Grayscale: #808080. Windows color (decimal): -4432986 or 10902460. OLE color: 10902460.
HSL color Cylindrical-coordinate representation of color #BC5BA6: hue angle of 313.61º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BA6 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 166 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.26 |
| HSL | 313.61º | 0.42% | 0.55% | - |
| HSV(B) | 313.61º | 0.52% | 0.74% | - |
| XYZ | 31.36 | 20.93 | 38.46 | - |
| YUV | 128.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 166 | 0 | 0.52 | 0.12 | 0.26 | 313.61 | 0.42 | 0.55 |
| Hex | BC | 5B | A6 | 0 | 34 | C | 1A | 13A | 2A | 37 |
| Octal | 274 | 133 | 246 | 0 | 64 | 14 | 32 | 472 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10100110 | 0 | 110100 | 1100 | 11010 | 100111010 | 101010 | 110111 |
Color Harmonies of #BC5BA6
Complementary color
Monochromatic Colors of #BC5BA6
Black with #BC5BA6
Text Example
Text Example
White with #BC5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BA6; }
p { color: rgb(188,91,166); }
H1.HeaderClassName
{
color: #BC5BA6;
}
.AnyTagClassName
{
color: #BC5BA6;
}
</style>
background-color css
<style>
a { background-color: #BC5BA6; }
a { background-color: rgb(188,91,166); }
div.DivClassName
{
background-color: #BC5BA6;
}
.BgClassName
{
background-color: #BC5BA6;
}
</style>
border-color css
<style>
span { border-color: #BC5BA6; }
span { border-color: rgb(188,91,166); }
td.TdClassName
{
border-color: #BC5BA6;
}
.TagClassName
{
border-color: #BC5BA6;
}
</style>