Shades of Fuchsia #BC40A8
Tints of Fuchsia #BC40A8
RGB
CMYK
RGB Variations
Color information
#BC40A8 (or 0xBC40A8) is known color: Fuchsia. HEX triplet: BC, 40 and A8. RGB value is (188,64,168). Sum of RGB (Red+Green+Blue) = 188+64+168=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40A8 is #43BF57. Grayscale: #707070. Windows color (decimal): -4439896 or 11026620. OLE color: 11026620.
HSL color Cylindrical-coordinate representation of color #BC40A8: hue angle of 309.68º 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 #BC40A8 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 168 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.26 |
| HSL | 309.68º | 0.49% | 0.49% | - |
| HSV(B) | 309.68º | 0.66% | 0.74% | - |
| XYZ | 29.64 | 17.19 | 38.8 | - |
| YUV | 112.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 168 | 0 | 0.66 | 0.11 | 0.26 | 309.68 | 0.49 | 0.49 |
| Hex | BC | 40 | A8 | 0 | 42 | B | 1A | 136 | 31 | 31 |
| Octal | 274 | 100 | 250 | 0 | 102 | 13 | 32 | 466 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10101000 | 0 | 1000010 | 1011 | 11010 | 100110110 | 110001 | 110001 |
Color Harmonies of #BC40A8
Complementary color
Monochromatic Colors of #BC40A8
Black with #BC40A8
Text Example
Text Example
White with #BC40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40A8; }
p { color: rgb(188,64,168); }
H1.HeaderClassName
{
color: #BC40A8;
}
.AnyTagClassName
{
color: #BC40A8;
}
</style>
background-color css
<style>
a { background-color: #BC40A8; }
a { background-color: rgb(188,64,168); }
div.DivClassName
{
background-color: #BC40A8;
}
.BgClassName
{
background-color: #BC40A8;
}
</style>
border-color css
<style>
span { border-color: #BC40A8; }
span { border-color: rgb(188,64,168); }
td.TdClassName
{
border-color: #BC40A8;
}
.TagClassName
{
border-color: #BC40A8;
}
</style>