Shades of Fuchsia #BC5BA8
Tints of Fuchsia #BC5BA8
RGB
CMYK
RGB Variations
Color information
#BC5BA8 (or 0xBC5BA8) is known color: Fuchsia. HEX triplet: BC, 5B and A8. RGB value is (188,91,168). Sum of RGB (Red+Green+Blue) = 188+91+168=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA8 is #43A457. Grayscale: #808080. Windows color (decimal): -4432984 or 11033532. OLE color: 11033532.
HSL color Cylindrical-coordinate representation of color #BC5BA8: hue angle of 312.37º 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 #BC5BA8 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 168 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.26 |
| HSL | 312.37º | 0.42% | 0.55% | - |
| HSV(B) | 312.37º | 0.52% | 0.74% | - |
| XYZ | 31.55 | 21 | 39.44 | - |
| YUV | 128.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 168 | 0 | 0.52 | 0.11 | 0.26 | 312.37 | 0.42 | 0.55 |
| Hex | BC | 5B | A8 | 0 | 34 | B | 1A | 138 | 2A | 37 |
| Octal | 274 | 133 | 250 | 0 | 64 | 13 | 32 | 470 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10101000 | 0 | 110100 | 1011 | 11010 | 100111000 | 101010 | 110111 |
Color Harmonies of #BC5BA8
Complementary color
Monochromatic Colors of #BC5BA8
Black with #BC5BA8
Text Example
Text Example
White with #BC5BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BA8; }
p { color: rgb(188,91,168); }
H1.HeaderClassName
{
color: #BC5BA8;
}
.AnyTagClassName
{
color: #BC5BA8;
}
</style>
background-color css
<style>
a { background-color: #BC5BA8; }
a { background-color: rgb(188,91,168); }
div.DivClassName
{
background-color: #BC5BA8;
}
.BgClassName
{
background-color: #BC5BA8;
}
</style>
border-color css
<style>
span { border-color: #BC5BA8; }
span { border-color: rgb(188,91,168); }
td.TdClassName
{
border-color: #BC5BA8;
}
.TagClassName
{
border-color: #BC5BA8;
}
</style>