Shades of Fuchsia #BC5AA6
Tints of Fuchsia #BC5AA6
RGB
CMYK
RGB Variations
Color information
#BC5AA6 (or 0xBC5AA6) is known color: Fuchsia. HEX triplet: BC, 5A and A6. RGB value is (188,90,166). Sum of RGB (Red+Green+Blue) = 188+90+166=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AA6 is #43A559. Grayscale: #7F7F7F. Windows color (decimal): -4433242 or 10902204. OLE color: 10902204.
HSL color Cylindrical-coordinate representation of color #BC5AA6: hue angle of 313.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5AA6 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 166 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.26 |
| HSL | 313.47º | 0.42% | 0.55% | - |
| HSV(B) | 313.47º | 0.52% | 0.74% | - |
| XYZ | 31.28 | 20.76 | 38.43 | - |
| YUV | 127.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 166 | 0 | 0.52 | 0.12 | 0.26 | 313.47 | 0.42 | 0.55 |
| Hex | BC | 5A | A6 | 0 | 34 | C | 1A | 139 | 2A | 37 |
| Octal | 274 | 132 | 246 | 0 | 64 | 14 | 32 | 471 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10100110 | 0 | 110100 | 1100 | 11010 | 100111001 | 101010 | 110111 |
Color Harmonies of #BC5AA6
Complementary color
Monochromatic Colors of #BC5AA6
Black with #BC5AA6
Text Example
Text Example
White with #BC5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AA6; }
p { color: rgb(188,90,166); }
H1.HeaderClassName
{
color: #BC5AA6;
}
.AnyTagClassName
{
color: #BC5AA6;
}
</style>
background-color css
<style>
a { background-color: #BC5AA6; }
a { background-color: rgb(188,90,166); }
div.DivClassName
{
background-color: #BC5AA6;
}
.BgClassName
{
background-color: #BC5AA6;
}
</style>
border-color css
<style>
span { border-color: #BC5AA6; }
span { border-color: rgb(188,90,166); }
td.TdClassName
{
border-color: #BC5AA6;
}
.TagClassName
{
border-color: #BC5AA6;
}
</style>