Shades of Fuchsia #BC5DA8
Tints of Fuchsia #BC5DA8
RGB
CMYK
RGB Variations
Color information
#BC5DA8 (or 0xBC5DA8) is known color: Fuchsia. HEX triplet: BC, 5D and A8. RGB value is (188,93,168). Sum of RGB (Red+Green+Blue) = 188+93+168=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5DA8 is #43A257. Grayscale: #818181. Windows color (decimal): -4432472 or 11034044. OLE color: 11034044.
HSL color Cylindrical-coordinate representation of color #BC5DA8: hue angle of 312.63º degrees, saturation: 0.41, 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 #BC5DA8 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 168 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.26 |
| HSL | 312.63º | 0.41% | 0.55% | - |
| HSV(B) | 312.63º | 0.51% | 0.74% | - |
| XYZ | 31.72 | 21.35 | 39.49 | - |
| YUV | 129.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 168 | 0 | 0.51 | 0.11 | 0.26 | 312.63 | 0.41 | 0.55 |
| Hex | BC | 5D | A8 | 0 | 33 | B | 1A | 139 | 29 | 37 |
| Octal | 274 | 135 | 250 | 0 | 63 | 13 | 32 | 471 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10101000 | 0 | 110011 | 1011 | 11010 | 100111001 | 101001 | 110111 |
Color Harmonies of #BC5DA8
Complementary color
Monochromatic Colors of #BC5DA8
Black with #BC5DA8
Text Example
Text Example
White with #BC5DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DA8; }
p { color: rgb(188,93,168); }
H1.HeaderClassName
{
color: #BC5DA8;
}
.AnyTagClassName
{
color: #BC5DA8;
}
</style>
background-color css
<style>
a { background-color: #BC5DA8; }
a { background-color: rgb(188,93,168); }
div.DivClassName
{
background-color: #BC5DA8;
}
.BgClassName
{
background-color: #BC5DA8;
}
</style>
border-color css
<style>
span { border-color: #BC5DA8; }
span { border-color: rgb(188,93,168); }
td.TdClassName
{
border-color: #BC5DA8;
}
.TagClassName
{
border-color: #BC5DA8;
}
</style>