Shades of Fuchsia #BC55AB
Tints of Fuchsia #BC55AB
RGB
CMYK
RGB Variations
Color information
#BC55AB (or 0xBC55AB) is known color: Fuchsia. HEX triplet: BC, 55 and AB. RGB value is (188,85,171). Sum of RGB (Red+Green+Blue) = 188+85+171=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AB is #43AA54. Grayscale: #7D7D7D. Windows color (decimal): -4434517 or 11228604. OLE color: 11228604.
HSL color Cylindrical-coordinate representation of color #BC55AB: hue angle of 309.9º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC55AB is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 171 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.26 |
| HSL | 309.9º | 0.43% | 0.54% | - |
| HSV(B) | 309.9º | 0.55% | 0.74% | - |
| XYZ | 31.34 | 20.13 | 40.76 | - |
| YUV | 125.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 171 | 0 | 0.55 | 0.09 | 0.26 | 309.9 | 0.43 | 0.54 |
| Hex | BC | 55 | AB | 0 | 37 | 9 | 1A | 136 | 2B | 36 |
| Octal | 274 | 125 | 253 | 0 | 67 | 11 | 32 | 466 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10101011 | 0 | 110111 | 1001 | 11010 | 100110110 | 101011 | 110110 |
Color Harmonies of #BC55AB
Complementary color
Monochromatic Colors of #BC55AB
Black with #BC55AB
Text Example
Text Example
White with #BC55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55AB; }
p { color: rgb(188,85,171); }
H1.HeaderClassName
{
color: #BC55AB;
}
.AnyTagClassName
{
color: #BC55AB;
}
</style>
background-color css
<style>
a { background-color: #BC55AB; }
a { background-color: rgb(188,85,171); }
div.DivClassName
{
background-color: #BC55AB;
}
.BgClassName
{
background-color: #BC55AB;
}
</style>
border-color css
<style>
span { border-color: #BC55AB; }
span { border-color: rgb(188,85,171); }
td.TdClassName
{
border-color: #BC55AB;
}
.TagClassName
{
border-color: #BC55AB;
}
</style>