Shades of Fuchsia #BC5AB9
Tints of Fuchsia #BC5AB9
RGB
CMYK
RGB Variations
Color information
#BC5AB9 (or 0xBC5AB9) is known color: Fuchsia. HEX triplet: BC, 5A and B9. RGB value is (188,90,185). Sum of RGB (Red+Green+Blue) = 188+90+185=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AB9 is #43A546. Grayscale: #818181. Windows color (decimal): -4433223 or 12147388. OLE color: 12147388.
HSL color Cylindrical-coordinate representation of color #BC5AB9: hue angle of 301.84º 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 #BC5AB9 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 185 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.26 |
| HSL | 301.84º | 0.42% | 0.55% | - |
| HSV(B) | 301.84º | 0.52% | 0.74% | - |
| XYZ | 33.15 | 21.51 | 48.3 | - |
| YUV | 130.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 185 | 0 | 0.52 | 0.02 | 0.26 | 301.84 | 0.42 | 0.55 |
| Hex | BC | 5A | B9 | 0 | 34 | 2 | 1A | 12E | 2A | 37 |
| Octal | 274 | 132 | 271 | 0 | 64 | 2 | 32 | 456 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10111001 | 0 | 110100 | 10 | 11010 | 100101110 | 101010 | 110111 |
Color Harmonies of #BC5AB9
Complementary color
Monochromatic Colors of #BC5AB9
Black with #BC5AB9
Text Example
Text Example
White with #BC5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AB9; }
p { color: rgb(188,90,185); }
H1.HeaderClassName
{
color: #BC5AB9;
}
.AnyTagClassName
{
color: #BC5AB9;
}
</style>
background-color css
<style>
a { background-color: #BC5AB9; }
a { background-color: rgb(188,90,185); }
div.DivClassName
{
background-color: #BC5AB9;
}
.BgClassName
{
background-color: #BC5AB9;
}
</style>
border-color css
<style>
span { border-color: #BC5AB9; }
span { border-color: rgb(188,90,185); }
td.TdClassName
{
border-color: #BC5AB9;
}
.TagClassName
{
border-color: #BC5AB9;
}
</style>