Shades of Fuchsia #BC5CAC
Tints of Fuchsia #BC5CAC
RGB
CMYK
RGB Variations
Color information
#BC5CAC (or 0xBC5CAC) is known color: Fuchsia. HEX triplet: BC, 5C and AC. RGB value is (188,92,172). Sum of RGB (Red+Green+Blue) = 188+92+172=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5CAC is #43A353. Grayscale: #818181. Windows color (decimal): -4432724 or 11295932. OLE color: 11295932.
HSL color Cylindrical-coordinate representation of color #BC5CAC: hue angle of 310º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5CAC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 172 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.26 |
| HSL | 310º | 0.42% | 0.55% | - |
| HSV(B) | 310º | 0.51% | 0.74% | - |
| XYZ | 32.01 | 21.32 | 41.46 | - |
| YUV | 129.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 172 | 0 | 0.51 | 0.09 | 0.26 | 310 | 0.42 | 0.55 |
| Hex | BC | 5C | AC | 0 | 33 | 9 | 1A | 136 | 2A | 37 |
| Octal | 274 | 134 | 254 | 0 | 63 | 11 | 32 | 466 | 52 | 67 |
| Binary | 10111100 | 1011100 | 10101100 | 0 | 110011 | 1001 | 11010 | 100110110 | 101010 | 110111 |
Color Harmonies of #BC5CAC
Complementary color
Monochromatic Colors of #BC5CAC
Black with #BC5CAC
Text Example
Text Example
White with #BC5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CAC; }
p { color: rgb(188,92,172); }
H1.HeaderClassName
{
color: #BC5CAC;
}
.AnyTagClassName
{
color: #BC5CAC;
}
</style>
background-color css
<style>
a { background-color: #BC5CAC; }
a { background-color: rgb(188,92,172); }
div.DivClassName
{
background-color: #BC5CAC;
}
.BgClassName
{
background-color: #BC5CAC;
}
</style>
border-color css
<style>
span { border-color: #BC5CAC; }
span { border-color: rgb(188,92,172); }
td.TdClassName
{
border-color: #BC5CAC;
}
.TagClassName
{
border-color: #BC5CAC;
}
</style>