Shades of Fuchsia #BC5AB1
Tints of Fuchsia #BC5AB1
RGB
CMYK
RGB Variations
Color information
#BC5AB1 (or 0xBC5AB1) is known color: Fuchsia. HEX triplet: BC, 5A and B1. RGB value is (188,90,177). Sum of RGB (Red+Green+Blue) = 188+90+177=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AB1 is #43A54E. Grayscale: #808080. Windows color (decimal): -4433231 or 11623100. OLE color: 11623100.
HSL color Cylindrical-coordinate representation of color #BC5AB1: hue angle of 306.73º 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 #BC5AB1 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 177 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.26 |
| HSL | 306.73º | 0.42% | 0.55% | - |
| HSV(B) | 306.73º | 0.52% | 0.74% | - |
| XYZ | 32.33 | 21.18 | 43.98 | - |
| YUV | 129.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 177 | 0 | 0.52 | 0.06 | 0.26 | 306.73 | 0.42 | 0.55 |
| Hex | BC | 5A | B1 | 0 | 34 | 6 | 1A | 133 | 2A | 37 |
| Octal | 274 | 132 | 261 | 0 | 64 | 6 | 32 | 463 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10110001 | 0 | 110100 | 110 | 11010 | 100110011 | 101010 | 110111 |
Color Harmonies of #BC5AB1
Complementary color
Monochromatic Colors of #BC5AB1
Black with #BC5AB1
Text Example
Text Example
White with #BC5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AB1; }
p { color: rgb(188,90,177); }
H1.HeaderClassName
{
color: #BC5AB1;
}
.AnyTagClassName
{
color: #BC5AB1;
}
</style>
background-color css
<style>
a { background-color: #BC5AB1; }
a { background-color: rgb(188,90,177); }
div.DivClassName
{
background-color: #BC5AB1;
}
.BgClassName
{
background-color: #BC5AB1;
}
</style>
border-color css
<style>
span { border-color: #BC5AB1; }
span { border-color: rgb(188,90,177); }
td.TdClassName
{
border-color: #BC5AB1;
}
.TagClassName
{
border-color: #BC5AB1;
}
</style>