Shades of Fuchsia #BC3BAC
Tints of Fuchsia #BC3BAC
RGB
CMYK
RGB Variations
Color information
#BC3BAC (or 0xBC3BAC) is known color: Fuchsia. HEX triplet: BC, 3B and AC. RGB value is (188,59,172). Sum of RGB (Red+Green+Blue) = 188+59+172=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BAC is #43C453. Grayscale: #6E6E6E. Windows color (decimal): -4441172 or 11287484. OLE color: 11287484.
HSL color Cylindrical-coordinate representation of color #BC3BAC: hue angle of 307.44º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BAC is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 172 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.26 |
| HSL | 307.44º | 0.52% | 0.48% | - |
| HSV(B) | 307.44º | 0.69% | 0.74% | - |
| XYZ | 29.75 | 16.8 | 40.7 | - |
| YUV | 110.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 172 | 0 | 0.69 | 0.09 | 0.26 | 307.44 | 0.52 | 0.48 |
| Hex | BC | 3B | AC | 0 | 45 | 9 | 1A | 133 | 34 | 30 |
| Octal | 274 | 73 | 254 | 0 | 105 | 11 | 32 | 463 | 64 | 60 |
| Binary | 10111100 | 111011 | 10101100 | 0 | 1000101 | 1001 | 11010 | 100110011 | 110100 | 110000 |
Color Harmonies of #BC3BAC
Complementary color
Monochromatic Colors of #BC3BAC
Black with #BC3BAC
Text Example
Text Example
White with #BC3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BAC; }
p { color: rgb(188,59,172); }
H1.HeaderClassName
{
color: #BC3BAC;
}
.AnyTagClassName
{
color: #BC3BAC;
}
</style>
background-color css
<style>
a { background-color: #BC3BAC; }
a { background-color: rgb(188,59,172); }
div.DivClassName
{
background-color: #BC3BAC;
}
.BgClassName
{
background-color: #BC3BAC;
}
</style>
border-color css
<style>
span { border-color: #BC3BAC; }
span { border-color: rgb(188,59,172); }
td.TdClassName
{
border-color: #BC3BAC;
}
.TagClassName
{
border-color: #BC3BAC;
}
</style>