Shades of Fuchsia #BC4FAC
Tints of Fuchsia #BC4FAC
RGB
CMYK
RGB Variations
Color information
#BC4FAC (or 0xBC4FAC) is known color: Fuchsia. HEX triplet: BC, 4F and AC. RGB value is (188,79,172). Sum of RGB (Red+Green+Blue) = 188+79+172=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4FAC is #43B053. Grayscale: #797979. Windows color (decimal): -4436052 or 11292604. OLE color: 11292604.
HSL color Cylindrical-coordinate representation of color #BC4FAC: hue angle of 308.81º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FAC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 172 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.26 |
| HSL | 308.81º | 0.45% | 0.52% | - |
| HSV(B) | 308.81º | 0.58% | 0.74% | - |
| XYZ | 30.98 | 19.26 | 41.11 | - |
| YUV | 122.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 172 | 0 | 0.58 | 0.09 | 0.26 | 308.81 | 0.45 | 0.52 |
| Hex | BC | 4F | AC | 0 | 3A | 9 | 1A | 135 | 2D | 34 |
| Octal | 274 | 117 | 254 | 0 | 72 | 11 | 32 | 465 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10101100 | 0 | 111010 | 1001 | 11010 | 100110101 | 101101 | 110100 |
Color Harmonies of #BC4FAC
Complementary color
Monochromatic Colors of #BC4FAC
Black with #BC4FAC
Text Example
Text Example
White with #BC4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FAC; }
p { color: rgb(188,79,172); }
H1.HeaderClassName
{
color: #BC4FAC;
}
.AnyTagClassName
{
color: #BC4FAC;
}
</style>
background-color css
<style>
a { background-color: #BC4FAC; }
a { background-color: rgb(188,79,172); }
div.DivClassName
{
background-color: #BC4FAC;
}
.BgClassName
{
background-color: #BC4FAC;
}
</style>
border-color css
<style>
span { border-color: #BC4FAC; }
span { border-color: rgb(188,79,172); }
td.TdClassName
{
border-color: #BC4FAC;
}
.TagClassName
{
border-color: #BC4FAC;
}
</style>