Shades of Fuchsia #BC40AC
Tints of Fuchsia #BC40AC
RGB
CMYK
RGB Variations
Color information
#BC40AC (or 0xBC40AC) is known color: Fuchsia. HEX triplet: BC, 40 and AC. RGB value is (188,64,172). Sum of RGB (Red+Green+Blue) = 188+64+172=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40AC is #43BF53. Grayscale: #717171. Windows color (decimal): -4439892 or 11288764. OLE color: 11288764.
HSL color Cylindrical-coordinate representation of color #BC40AC: hue angle of 307.74º degrees, saturation: 0.49, 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 #BC40AC is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 172 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.26 |
| HSL | 307.74º | 0.49% | 0.49% | - |
| HSV(B) | 307.74º | 0.66% | 0.74% | - |
| XYZ | 30.02 | 17.34 | 40.79 | - |
| YUV | 113.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 172 | 0 | 0.66 | 0.09 | 0.26 | 307.74 | 0.49 | 0.49 |
| Hex | BC | 40 | AC | 0 | 42 | 9 | 1A | 134 | 31 | 31 |
| Octal | 274 | 100 | 254 | 0 | 102 | 11 | 32 | 464 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10101100 | 0 | 1000010 | 1001 | 11010 | 100110100 | 110001 | 110001 |
Color Harmonies of #BC40AC
Complementary color
Monochromatic Colors of #BC40AC
Black with #BC40AC
Text Example
Text Example
White with #BC40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40AC; }
p { color: rgb(188,64,172); }
H1.HeaderClassName
{
color: #BC40AC;
}
.AnyTagClassName
{
color: #BC40AC;
}
</style>
background-color css
<style>
a { background-color: #BC40AC; }
a { background-color: rgb(188,64,172); }
div.DivClassName
{
background-color: #BC40AC;
}
.BgClassName
{
background-color: #BC40AC;
}
</style>
border-color css
<style>
span { border-color: #BC40AC; }
span { border-color: rgb(188,64,172); }
td.TdClassName
{
border-color: #BC40AC;
}
.TagClassName
{
border-color: #BC40AC;
}
</style>