Shades of Fuchsia #BC41AC
Tints of Fuchsia #BC41AC
RGB
CMYK
RGB Variations
Color information
#BC41AC (or 0xBC41AC) is known color: Fuchsia. HEX triplet: BC, 41 and AC. RGB value is (188,65,172). Sum of RGB (Red+Green+Blue) = 188+65+172=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41AC is #43BE53. Grayscale: #717171. Windows color (decimal): -4439636 or 11289020. OLE color: 11289020.
HSL color Cylindrical-coordinate representation of color #BC41AC: hue angle of 307.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC41AC is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 172 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.26 |
| HSL | 307.8º | 0.49% | 0.5% | - |
| HSV(B) | 307.8º | 0.65% | 0.74% | - |
| XYZ | 30.08 | 17.45 | 40.81 | - |
| YUV | 113.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 172 | 0 | 0.65 | 0.09 | 0.26 | 307.8 | 0.49 | 0.5 |
| Hex | BC | 41 | AC | 0 | 41 | 9 | 1A | 134 | 31 | 32 |
| Octal | 274 | 101 | 254 | 0 | 101 | 11 | 32 | 464 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10101100 | 0 | 1000001 | 1001 | 11010 | 100110100 | 110001 | 110010 |
Color Harmonies of #BC41AC
Complementary color
Monochromatic Colors of #BC41AC
Black with #BC41AC
Text Example
Text Example
White with #BC41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41AC; }
p { color: rgb(188,65,172); }
H1.HeaderClassName
{
color: #BC41AC;
}
.AnyTagClassName
{
color: #BC41AC;
}
</style>
background-color css
<style>
a { background-color: #BC41AC; }
a { background-color: rgb(188,65,172); }
div.DivClassName
{
background-color: #BC41AC;
}
.BgClassName
{
background-color: #BC41AC;
}
</style>
border-color css
<style>
span { border-color: #BC41AC; }
span { border-color: rgb(188,65,172); }
td.TdClassName
{
border-color: #BC41AC;
}
.TagClassName
{
border-color: #BC41AC;
}
</style>