Shades of Fuchsia #BC5CA7
Tints of Fuchsia #BC5CA7
RGB
CMYK
RGB Variations
Color information
#BC5CA7 (or 0xBC5CA7) is known color: Fuchsia. HEX triplet: BC, 5C and A7. RGB value is (188,92,167). Sum of RGB (Red+Green+Blue) = 188+92+167=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5CA7 is #43A358. Grayscale: #818181. Windows color (decimal): -4432729 or 10968252. OLE color: 10968252.
HSL color Cylindrical-coordinate representation of color #BC5CA7: hue angle of 313.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5CA7 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 167 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.26 |
| HSL | 313.13º | 0.42% | 0.55% | - |
| HSV(B) | 313.13º | 0.51% | 0.74% | - |
| XYZ | 31.54 | 21.14 | 38.98 | - |
| YUV | 129.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 167 | 0 | 0.51 | 0.11 | 0.26 | 313.13 | 0.42 | 0.55 |
| Hex | BC | 5C | A7 | 0 | 33 | B | 1A | 139 | 2A | 37 |
| Octal | 274 | 134 | 247 | 0 | 63 | 13 | 32 | 471 | 52 | 67 |
| Binary | 10111100 | 1011100 | 10100111 | 0 | 110011 | 1011 | 11010 | 100111001 | 101010 | 110111 |
Color Harmonies of #BC5CA7
Complementary color
Monochromatic Colors of #BC5CA7
Black with #BC5CA7
Text Example
Text Example
White with #BC5CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CA7; }
p { color: rgb(188,92,167); }
H1.HeaderClassName
{
color: #BC5CA7;
}
.AnyTagClassName
{
color: #BC5CA7;
}
</style>
background-color css
<style>
a { background-color: #BC5CA7; }
a { background-color: rgb(188,92,167); }
div.DivClassName
{
background-color: #BC5CA7;
}
.BgClassName
{
background-color: #BC5CA7;
}
</style>
border-color css
<style>
span { border-color: #BC5CA7; }
span { border-color: rgb(188,92,167); }
td.TdClassName
{
border-color: #BC5CA7;
}
.TagClassName
{
border-color: #BC5CA7;
}
</style>