Shades of Fuchsia #BC40A7
Tints of Fuchsia #BC40A7
RGB
CMYK
RGB Variations
Color information
#BC40A7 (or 0xBC40A7) is known color: Fuchsia. HEX triplet: BC, 40 and A7. RGB value is (188,64,167). Sum of RGB (Red+Green+Blue) = 188+64+167=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40A7 is #43BF58. Grayscale: #707070. Windows color (decimal): -4439897 or 10961084. OLE color: 10961084.
HSL color Cylindrical-coordinate representation of color #BC40A7: hue angle of 310.16º 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 #BC40A7 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 167 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.26 |
| HSL | 310.16º | 0.49% | 0.49% | - |
| HSV(B) | 310.16º | 0.66% | 0.74% | - |
| XYZ | 29.55 | 17.15 | 38.31 | - |
| YUV | 112.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 167 | 0 | 0.66 | 0.11 | 0.26 | 310.16 | 0.49 | 0.49 |
| Hex | BC | 40 | A7 | 0 | 42 | B | 1A | 136 | 31 | 31 |
| Octal | 274 | 100 | 247 | 0 | 102 | 13 | 32 | 466 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10100111 | 0 | 1000010 | 1011 | 11010 | 100110110 | 110001 | 110001 |
Color Harmonies of #BC40A7
Complementary color
Monochromatic Colors of #BC40A7
Black with #BC40A7
Text Example
Text Example
White with #BC40A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40A7; }
p { color: rgb(188,64,167); }
H1.HeaderClassName
{
color: #BC40A7;
}
.AnyTagClassName
{
color: #BC40A7;
}
</style>
background-color css
<style>
a { background-color: #BC40A7; }
a { background-color: rgb(188,64,167); }
div.DivClassName
{
background-color: #BC40A7;
}
.BgClassName
{
background-color: #BC40A7;
}
</style>
border-color css
<style>
span { border-color: #BC40A7; }
span { border-color: rgb(188,64,167); }
td.TdClassName
{
border-color: #BC40A7;
}
.TagClassName
{
border-color: #BC40A7;
}
</style>