Shades of Fuchsia #BC4CAC
Tints of Fuchsia #BC4CAC
RGB
CMYK
RGB Variations
Color information
#BC4CAC (or 0xBC4CAC) is known color: Fuchsia. HEX triplet: BC, 4C and AC. RGB value is (188,76,172). Sum of RGB (Red+Green+Blue) = 188+76+172=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4CAC is #43B353. Grayscale: #787878. Windows color (decimal): -4436820 or 11291836. OLE color: 11291836.
HSL color Cylindrical-coordinate representation of color #BC4CAC: hue angle of 308.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CAC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 172 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.26 |
| HSL | 308.57º | 0.46% | 0.52% | - |
| HSV(B) | 308.57º | 0.6% | 0.74% | - |
| XYZ | 30.77 | 18.84 | 41.04 | - |
| YUV | 120.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 172 | 0 | 0.60 | 0.09 | 0.26 | 308.57 | 0.46 | 0.52 |
| Hex | BC | 4C | AC | 0 | 3C | 9 | 1A | 135 | 2E | 34 |
| Octal | 274 | 114 | 254 | 0 | 74 | 11 | 32 | 465 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10101100 | 0 | 111100 | 1001 | 11010 | 100110101 | 101110 | 110100 |
Color Harmonies of #BC4CAC
Complementary color
Monochromatic Colors of #BC4CAC
Black with #BC4CAC
Text Example
Text Example
White with #BC4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CAC; }
p { color: rgb(188,76,172); }
H1.HeaderClassName
{
color: #BC4CAC;
}
.AnyTagClassName
{
color: #BC4CAC;
}
</style>
background-color css
<style>
a { background-color: #BC4CAC; }
a { background-color: rgb(188,76,172); }
div.DivClassName
{
background-color: #BC4CAC;
}
.BgClassName
{
background-color: #BC4CAC;
}
</style>
border-color css
<style>
span { border-color: #BC4CAC; }
span { border-color: rgb(188,76,172); }
td.TdClassName
{
border-color: #BC4CAC;
}
.TagClassName
{
border-color: #BC4CAC;
}
</style>