Shades of Fuchsia #BC54AB
Tints of Fuchsia #BC54AB
RGB
CMYK
RGB Variations
Color information
#BC54AB (or 0xBC54AB) is known color: Fuchsia. HEX triplet: BC, 54 and AB. RGB value is (188,84,171). Sum of RGB (Red+Green+Blue) = 188+84+171=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54AB is #43AB54. Grayscale: #7C7C7C. Windows color (decimal): -4434773 or 11228348. OLE color: 11228348.
HSL color Cylindrical-coordinate representation of color #BC54AB: hue angle of 309.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC54AB is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 171 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.26 |
| HSL | 309.81º | 0.44% | 0.53% | - |
| HSV(B) | 309.81º | 0.55% | 0.74% | - |
| XYZ | 31.26 | 19.97 | 40.74 | - |
| YUV | 125.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 171 | 0 | 0.55 | 0.09 | 0.26 | 309.81 | 0.44 | 0.53 |
| Hex | BC | 54 | AB | 0 | 37 | 9 | 1A | 136 | 2C | 35 |
| Octal | 274 | 124 | 253 | 0 | 67 | 11 | 32 | 466 | 54 | 65 |
| Binary | 10111100 | 1010100 | 10101011 | 0 | 110111 | 1001 | 11010 | 100110110 | 101100 | 110101 |
Color Harmonies of #BC54AB
Complementary color
Monochromatic Colors of #BC54AB
Black with #BC54AB
Text Example
Text Example
White with #BC54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54AB; }
p { color: rgb(188,84,171); }
H1.HeaderClassName
{
color: #BC54AB;
}
.AnyTagClassName
{
color: #BC54AB;
}
</style>
background-color css
<style>
a { background-color: #BC54AB; }
a { background-color: rgb(188,84,171); }
div.DivClassName
{
background-color: #BC54AB;
}
.BgClassName
{
background-color: #BC54AB;
}
</style>
border-color css
<style>
span { border-color: #BC54AB; }
span { border-color: rgb(188,84,171); }
td.TdClassName
{
border-color: #BC54AB;
}
.TagClassName
{
border-color: #BC54AB;
}
</style>