Shades of Fuchsia #BC43AC
Tints of Fuchsia #BC43AC
RGB
CMYK
RGB Variations
Color information
#BC43AC (or 0xBC43AC) is known color: Fuchsia. HEX triplet: BC, 43 and AC. RGB value is (188,67,172). Sum of RGB (Red+Green+Blue) = 188+67+172=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43AC is #43BC53. Grayscale: #727272. Windows color (decimal): -4439124 or 11289532. OLE color: 11289532.
HSL color Cylindrical-coordinate representation of color #BC43AC: hue angle of 307.93º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC43AC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 172 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.26 |
| HSL | 307.93º | 0.47% | 0.5% | - |
| HSV(B) | 307.93º | 0.64% | 0.74% | - |
| XYZ | 30.19 | 17.68 | 40.85 | - |
| YUV | 115.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 172 | 0 | 0.64 | 0.09 | 0.26 | 307.93 | 0.47 | 0.5 |
| Hex | BC | 43 | AC | 0 | 40 | 9 | 1A | 134 | 2F | 32 |
| Octal | 274 | 103 | 254 | 0 | 100 | 11 | 32 | 464 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10101100 | 0 | 1000000 | 1001 | 11010 | 100110100 | 101111 | 110010 |
Color Harmonies of #BC43AC
Complementary color
Monochromatic Colors of #BC43AC
Black with #BC43AC
Text Example
Text Example
White with #BC43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43AC; }
p { color: rgb(188,67,172); }
H1.HeaderClassName
{
color: #BC43AC;
}
.AnyTagClassName
{
color: #BC43AC;
}
</style>
background-color css
<style>
a { background-color: #BC43AC; }
a { background-color: rgb(188,67,172); }
div.DivClassName
{
background-color: #BC43AC;
}
.BgClassName
{
background-color: #BC43AC;
}
</style>
border-color css
<style>
span { border-color: #BC43AC; }
span { border-color: rgb(188,67,172); }
td.TdClassName
{
border-color: #BC43AC;
}
.TagClassName
{
border-color: #BC43AC;
}
</style>