Shades of Fuchsia #BC55AC
Tints of Fuchsia #BC55AC
RGB
CMYK
RGB Variations
Color information
#BC55AC (or 0xBC55AC) is known color: Fuchsia. HEX triplet: BC, 55 and AC. RGB value is (188,85,172). Sum of RGB (Red+Green+Blue) = 188+85+172=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55AC is #43AA53. Grayscale: #7D7D7D. Windows color (decimal): -4434516 or 11294140. OLE color: 11294140.
HSL color Cylindrical-coordinate representation of color #BC55AC: hue angle of 309.32º 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 #BC55AC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 172 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.26 |
| HSL | 309.32º | 0.43% | 0.54% | - |
| HSV(B) | 309.32º | 0.55% | 0.74% | - |
| XYZ | 31.43 | 20.17 | 41.27 | - |
| YUV | 125.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 172 | 0 | 0.55 | 0.09 | 0.26 | 309.32 | 0.43 | 0.54 |
| Hex | BC | 55 | AC | 0 | 37 | 9 | 1A | 135 | 2B | 36 |
| Octal | 274 | 125 | 254 | 0 | 67 | 11 | 32 | 465 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10101100 | 0 | 110111 | 1001 | 11010 | 100110101 | 101011 | 110110 |
Color Harmonies of #BC55AC
Complementary color
Monochromatic Colors of #BC55AC
Black with #BC55AC
Text Example
Text Example
White with #BC55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55AC; }
p { color: rgb(188,85,172); }
H1.HeaderClassName
{
color: #BC55AC;
}
.AnyTagClassName
{
color: #BC55AC;
}
</style>
background-color css
<style>
a { background-color: #BC55AC; }
a { background-color: rgb(188,85,172); }
div.DivClassName
{
background-color: #BC55AC;
}
.BgClassName
{
background-color: #BC55AC;
}
</style>
border-color css
<style>
span { border-color: #BC55AC; }
span { border-color: rgb(188,85,172); }
td.TdClassName
{
border-color: #BC55AC;
}
.TagClassName
{
border-color: #BC55AC;
}
</style>