Shades of Fuchsia #BC5AB2
Tints of Fuchsia #BC5AB2
RGB
CMYK
RGB Variations
Color information
#BC5AB2 (or 0xBC5AB2) is known color: Fuchsia. HEX triplet: BC, 5A and B2. RGB value is (188,90,178). Sum of RGB (Red+Green+Blue) = 188+90+178=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AB2 is #43A54D. Grayscale: #818181. Windows color (decimal): -4433230 or 11688636. OLE color: 11688636.
HSL color Cylindrical-coordinate representation of color #BC5AB2: hue angle of 306.12º 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 #BC5AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 178 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.26 |
| HSL | 306.12º | 0.42% | 0.55% | - |
| HSV(B) | 306.12º | 0.52% | 0.74% | - |
| XYZ | 32.43 | 21.22 | 44.51 | - |
| YUV | 129.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 178 | 0 | 0.52 | 0.05 | 0.26 | 306.12 | 0.42 | 0.55 |
| Hex | BC | 5A | B2 | 0 | 34 | 5 | 1A | 132 | 2A | 37 |
| Octal | 274 | 132 | 262 | 0 | 64 | 5 | 32 | 462 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10110010 | 0 | 110100 | 101 | 11010 | 100110010 | 101010 | 110111 |
Color Harmonies of #BC5AB2
Complementary color
Monochromatic Colors of #BC5AB2
Black with #BC5AB2
Text Example
Text Example
White with #BC5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AB2; }
p { color: rgb(188,90,178); }
H1.HeaderClassName
{
color: #BC5AB2;
}
.AnyTagClassName
{
color: #BC5AB2;
}
</style>
background-color css
<style>
a { background-color: #BC5AB2; }
a { background-color: rgb(188,90,178); }
div.DivClassName
{
background-color: #BC5AB2;
}
.BgClassName
{
background-color: #BC5AB2;
}
</style>
border-color css
<style>
span { border-color: #BC5AB2; }
span { border-color: rgb(188,90,178); }
td.TdClassName
{
border-color: #BC5AB2;
}
.TagClassName
{
border-color: #BC5AB2;
}
</style>