Shades of Fuchsia #BC55AA
Tints of Fuchsia #BC55AA
RGB
CMYK
RGB Variations
Color information
#BC55AA (or 0xBC55AA) is known color: Fuchsia. HEX triplet: BC, 55 and AA. RGB value is (188,85,170). Sum of RGB (Red+Green+Blue) = 188+85+170=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AA is #43AA55. Grayscale: #7D7D7D. Windows color (decimal): -4434518 or 11163068. OLE color: 11163068.
HSL color Cylindrical-coordinate representation of color #BC55AA: hue angle of 310.49º 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 #BC55AA is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 170 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.26 |
| HSL | 310.49º | 0.43% | 0.54% | - |
| HSV(B) | 310.49º | 0.55% | 0.74% | - |
| XYZ | 31.24 | 20.09 | 40.26 | - |
| YUV | 125.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 170 | 0 | 0.55 | 0.10 | 0.26 | 310.49 | 0.43 | 0.54 |
| Hex | BC | 55 | AA | 0 | 37 | A | 1A | 136 | 2B | 36 |
| Octal | 274 | 125 | 252 | 0 | 67 | 12 | 32 | 466 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10101010 | 0 | 110111 | 1010 | 11010 | 100110110 | 101011 | 110110 |
Color Harmonies of #BC55AA
Complementary color
Monochromatic Colors of #BC55AA
Black with #BC55AA
Text Example
Text Example
White with #BC55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55AA; }
p { color: rgb(188,85,170); }
H1.HeaderClassName
{
color: #BC55AA;
}
.AnyTagClassName
{
color: #BC55AA;
}
</style>
background-color css
<style>
a { background-color: #BC55AA; }
a { background-color: rgb(188,85,170); }
div.DivClassName
{
background-color: #BC55AA;
}
.BgClassName
{
background-color: #BC55AA;
}
</style>
border-color css
<style>
span { border-color: #BC55AA; }
span { border-color: rgb(188,85,170); }
td.TdClassName
{
border-color: #BC55AA;
}
.TagClassName
{
border-color: #BC55AA;
}
</style>