Shades of Fuchsia #BC3BA7
Tints of Fuchsia #BC3BA7
RGB
CMYK
RGB Variations
Color information
#BC3BA7 (or 0xBC3BA7) is known color: Fuchsia. HEX triplet: BC, 3B and A7. RGB value is (188,59,167). Sum of RGB (Red+Green+Blue) = 188+59+167=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BA7 is #43C458. Grayscale: #6D6D6D. Windows color (decimal): -4441177 or 10959804. OLE color: 10959804.
HSL color Cylindrical-coordinate representation of color #BC3BA7: hue angle of 309.77º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BA7 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 167 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.26 |
| HSL | 309.77º | 0.52% | 0.48% | - |
| HSV(B) | 309.77º | 0.69% | 0.74% | - |
| XYZ | 29.28 | 16.61 | 38.22 | - |
| YUV | 109.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 167 | 0 | 0.69 | 0.11 | 0.26 | 309.77 | 0.52 | 0.48 |
| Hex | BC | 3B | A7 | 0 | 45 | B | 1A | 136 | 34 | 30 |
| Octal | 274 | 73 | 247 | 0 | 105 | 13 | 32 | 466 | 64 | 60 |
| Binary | 10111100 | 111011 | 10100111 | 0 | 1000101 | 1011 | 11010 | 100110110 | 110100 | 110000 |
Color Harmonies of #BC3BA7
Complementary color
Monochromatic Colors of #BC3BA7
Black with #BC3BA7
Text Example
Text Example
White with #BC3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BA7; }
p { color: rgb(188,59,167); }
H1.HeaderClassName
{
color: #BC3BA7;
}
.AnyTagClassName
{
color: #BC3BA7;
}
</style>
background-color css
<style>
a { background-color: #BC3BA7; }
a { background-color: rgb(188,59,167); }
div.DivClassName
{
background-color: #BC3BA7;
}
.BgClassName
{
background-color: #BC3BA7;
}
</style>
border-color css
<style>
span { border-color: #BC3BA7; }
span { border-color: rgb(188,59,167); }
td.TdClassName
{
border-color: #BC3BA7;
}
.TagClassName
{
border-color: #BC3BA7;
}
</style>