Shades of Fuchsia #BC3CAC
Tints of Fuchsia #BC3CAC
RGB
CMYK
RGB Variations
Color information
#BC3CAC (or 0xBC3CAC) is known color: Fuchsia. HEX triplet: BC, 3C and AC. RGB value is (188,60,172). Sum of RGB (Red+Green+Blue) = 188+60+172=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3CAC is #43C353. Grayscale: #6E6E6E. Windows color (decimal): -4440916 or 11287740. OLE color: 11287740.
HSL color Cylindrical-coordinate representation of color #BC3CAC: hue angle of 307.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CAC is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 172 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.26 |
| HSL | 307.5º | 0.52% | 0.49% | - |
| HSV(B) | 307.5º | 0.68% | 0.74% | - |
| XYZ | 29.8 | 16.9 | 40.72 | - |
| YUV | 111.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 172 | 0 | 0.68 | 0.09 | 0.26 | 307.5 | 0.52 | 0.49 |
| Hex | BC | 3C | AC | 0 | 44 | 9 | 1A | 134 | 34 | 31 |
| Octal | 274 | 74 | 254 | 0 | 104 | 11 | 32 | 464 | 64 | 61 |
| Binary | 10111100 | 111100 | 10101100 | 0 | 1000100 | 1001 | 11010 | 100110100 | 110100 | 110001 |
Color Harmonies of #BC3CAC
Complementary color
Monochromatic Colors of #BC3CAC
Black with #BC3CAC
Text Example
Text Example
White with #BC3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CAC; }
p { color: rgb(188,60,172); }
H1.HeaderClassName
{
color: #BC3CAC;
}
.AnyTagClassName
{
color: #BC3CAC;
}
</style>
background-color css
<style>
a { background-color: #BC3CAC; }
a { background-color: rgb(188,60,172); }
div.DivClassName
{
background-color: #BC3CAC;
}
.BgClassName
{
background-color: #BC3CAC;
}
</style>
border-color css
<style>
span { border-color: #BC3CAC; }
span { border-color: rgb(188,60,172); }
td.TdClassName
{
border-color: #BC3CAC;
}
.TagClassName
{
border-color: #BC3CAC;
}
</style>