Shades of Fuchsia #BC5EA6
Tints of Fuchsia #BC5EA6
RGB
CMYK
RGB Variations
Color information
#BC5EA6 (or 0xBC5EA6) is known color: Fuchsia. HEX triplet: BC, 5E and A6. RGB value is (188,94,166). Sum of RGB (Red+Green+Blue) = 188+94+166=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EA6 is #43A159. Grayscale: #828282. Windows color (decimal): -4432218 or 10903228. OLE color: 10903228.
HSL color Cylindrical-coordinate representation of color #BC5EA6: hue angle of 314.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EA6 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 166 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.26 |
| HSL | 314.04º | 0.41% | 0.55% | - |
| HSV(B) | 314.04º | 0.5% | 0.74% | - |
| XYZ | 31.62 | 21.45 | 38.55 | - |
| YUV | 130.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 166 | 0 | 0.50 | 0.12 | 0.26 | 314.04 | 0.41 | 0.55 |
| Hex | BC | 5E | A6 | 0 | 32 | C | 1A | 13A | 29 | 37 |
| Octal | 274 | 136 | 246 | 0 | 62 | 14 | 32 | 472 | 51 | 67 |
| Binary | 10111100 | 1011110 | 10100110 | 0 | 110010 | 1100 | 11010 | 100111010 | 101001 | 110111 |
Color Harmonies of #BC5EA6
Complementary color
Monochromatic Colors of #BC5EA6
Black with #BC5EA6
Text Example
Text Example
White with #BC5EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EA6; }
p { color: rgb(188,94,166); }
H1.HeaderClassName
{
color: #BC5EA6;
}
.AnyTagClassName
{
color: #BC5EA6;
}
</style>
background-color css
<style>
a { background-color: #BC5EA6; }
a { background-color: rgb(188,94,166); }
div.DivClassName
{
background-color: #BC5EA6;
}
.BgClassName
{
background-color: #BC5EA6;
}
</style>
border-color css
<style>
span { border-color: #BC5EA6; }
span { border-color: rgb(188,94,166); }
td.TdClassName
{
border-color: #BC5EA6;
}
.TagClassName
{
border-color: #BC5EA6;
}
</style>