Shades of Fuchsia #BC3FAC
Tints of Fuchsia #BC3FAC
RGB
CMYK
RGB Variations
Color information
#BC3FAC (or 0xBC3FAC) is known color: Fuchsia. HEX triplet: BC, 3F and AC. RGB value is (188,63,172). Sum of RGB (Red+Green+Blue) = 188+63+172=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FAC is #43C053. Grayscale: #707070. Windows color (decimal): -4440148 or 11288508. OLE color: 11288508.
HSL color Cylindrical-coordinate representation of color #BC3FAC: hue angle of 307.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3FAC is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 172 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.26 |
| HSL | 307.68º | 0.5% | 0.49% | - |
| HSV(B) | 307.68º | 0.66% | 0.74% | - |
| XYZ | 29.96 | 17.22 | 40.78 | - |
| YUV | 112.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 172 | 0 | 0.66 | 0.09 | 0.26 | 307.68 | 0.5 | 0.49 |
| Hex | BC | 3F | AC | 0 | 42 | 9 | 1A | 134 | 32 | 31 |
| Octal | 274 | 77 | 254 | 0 | 102 | 11 | 32 | 464 | 62 | 61 |
| Binary | 10111100 | 111111 | 10101100 | 0 | 1000010 | 1001 | 11010 | 100110100 | 110010 | 110001 |
Color Harmonies of #BC3FAC
Complementary color
Monochromatic Colors of #BC3FAC
Black with #BC3FAC
Text Example
Text Example
White with #BC3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FAC; }
p { color: rgb(188,63,172); }
H1.HeaderClassName
{
color: #BC3FAC;
}
.AnyTagClassName
{
color: #BC3FAC;
}
</style>
background-color css
<style>
a { background-color: #BC3FAC; }
a { background-color: rgb(188,63,172); }
div.DivClassName
{
background-color: #BC3FAC;
}
.BgClassName
{
background-color: #BC3FAC;
}
</style>
border-color css
<style>
span { border-color: #BC3FAC; }
span { border-color: rgb(188,63,172); }
td.TdClassName
{
border-color: #BC3FAC;
}
.TagClassName
{
border-color: #BC3FAC;
}
</style>