Shades of Fuchsia #BC5BA7
Tints of Fuchsia #BC5BA7
RGB
CMYK
RGB Variations
Color information
#BC5BA7 (or 0xBC5BA7) is known color: Fuchsia. HEX triplet: BC, 5B and A7. RGB value is (188,91,167). Sum of RGB (Red+Green+Blue) = 188+91+167=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA7 is #43A458. Grayscale: #808080. Windows color (decimal): -4432985 or 10967996. OLE color: 10967996.
HSL color Cylindrical-coordinate representation of color #BC5BA7: hue angle of 312.99º 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 #BC5BA7 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 167 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.26 |
| HSL | 312.99º | 0.42% | 0.55% | - |
| HSV(B) | 312.99º | 0.52% | 0.74% | - |
| XYZ | 31.46 | 20.96 | 38.95 | - |
| YUV | 128.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 167 | 0 | 0.52 | 0.11 | 0.26 | 312.99 | 0.42 | 0.55 |
| Hex | BC | 5B | A7 | 0 | 34 | B | 1A | 139 | 2A | 37 |
| Octal | 274 | 133 | 247 | 0 | 64 | 13 | 32 | 471 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10100111 | 0 | 110100 | 1011 | 11010 | 100111001 | 101010 | 110111 |
Color Harmonies of #BC5BA7
Complementary color
Monochromatic Colors of #BC5BA7
Black with #BC5BA7
Text Example
Text Example
White with #BC5BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BA7; }
p { color: rgb(188,91,167); }
H1.HeaderClassName
{
color: #BC5BA7;
}
.AnyTagClassName
{
color: #BC5BA7;
}
</style>
background-color css
<style>
a { background-color: #BC5BA7; }
a { background-color: rgb(188,91,167); }
div.DivClassName
{
background-color: #BC5BA7;
}
.BgClassName
{
background-color: #BC5BA7;
}
</style>
border-color css
<style>
span { border-color: #BC5BA7; }
span { border-color: rgb(188,91,167); }
td.TdClassName
{
border-color: #BC5BA7;
}
.TagClassName
{
border-color: #BC5BA7;
}
</style>