Shades of Fuchsia #BC58A8
Tints of Fuchsia #BC58A8
RGB
CMYK
RGB Variations
Color information
#BC58A8 (or 0xBC58A8) is known color: Fuchsia. HEX triplet: BC, 58 and A8. RGB value is (188,88,168). Sum of RGB (Red+Green+Blue) = 188+88+168=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58A8 is #43A757. Grayscale: #7E7E7E. Windows color (decimal): -4433752 or 11032764. OLE color: 11032764.
HSL color Cylindrical-coordinate representation of color #BC58A8: hue angle of 312º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC58A8 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 168 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.26 |
| HSL | 312º | 0.43% | 0.54% | - |
| HSV(B) | 312º | 0.53% | 0.74% | - |
| XYZ | 31.3 | 20.5 | 39.35 | - |
| YUV | 127.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 168 | 0 | 0.53 | 0.11 | 0.26 | 312 | 0.43 | 0.54 |
| Hex | BC | 58 | A8 | 0 | 35 | B | 1A | 138 | 2B | 36 |
| Octal | 274 | 130 | 250 | 0 | 65 | 13 | 32 | 470 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10101000 | 0 | 110101 | 1011 | 11010 | 100111000 | 101011 | 110110 |
Color Harmonies of #BC58A8
Complementary color
Monochromatic Colors of #BC58A8
Black with #BC58A8
Text Example
Text Example
White with #BC58A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58A8; }
p { color: rgb(188,88,168); }
H1.HeaderClassName
{
color: #BC58A8;
}
.AnyTagClassName
{
color: #BC58A8;
}
</style>
background-color css
<style>
a { background-color: #BC58A8; }
a { background-color: rgb(188,88,168); }
div.DivClassName
{
background-color: #BC58A8;
}
.BgClassName
{
background-color: #BC58A8;
}
</style>
border-color css
<style>
span { border-color: #BC58A8; }
span { border-color: rgb(188,88,168); }
td.TdClassName
{
border-color: #BC58A8;
}
.TagClassName
{
border-color: #BC58A8;
}
</style>