Shades of Fuchsia #BC58AA
Tints of Fuchsia #BC58AA
RGB
CMYK
RGB Variations
Color information
#BC58AA (or 0xBC58AA) is known color: Fuchsia. HEX triplet: BC, 58 and AA. RGB value is (188,88,170). Sum of RGB (Red+Green+Blue) = 188+88+170=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58AA is #43A755. Grayscale: #7F7F7F. Windows color (decimal): -4433750 or 11163836. OLE color: 11163836.
HSL color Cylindrical-coordinate representation of color #BC58AA: hue angle of 310.8º 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 #BC58AA is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 170 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.26 |
| HSL | 310.8º | 0.43% | 0.54% | - |
| HSV(B) | 310.8º | 0.53% | 0.74% | - |
| XYZ | 31.48 | 20.57 | 40.34 | - |
| YUV | 127.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 170 | 0 | 0.53 | 0.10 | 0.26 | 310.8 | 0.43 | 0.54 |
| Hex | BC | 58 | AA | 0 | 35 | A | 1A | 137 | 2B | 36 |
| Octal | 274 | 130 | 252 | 0 | 65 | 12 | 32 | 467 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10101010 | 0 | 110101 | 1010 | 11010 | 100110111 | 101011 | 110110 |
Color Harmonies of #BC58AA
Complementary color
Monochromatic Colors of #BC58AA
Black with #BC58AA
Text Example
Text Example
White with #BC58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58AA; }
p { color: rgb(188,88,170); }
H1.HeaderClassName
{
color: #BC58AA;
}
.AnyTagClassName
{
color: #BC58AA;
}
</style>
background-color css
<style>
a { background-color: #BC58AA; }
a { background-color: rgb(188,88,170); }
div.DivClassName
{
background-color: #BC58AA;
}
.BgClassName
{
background-color: #BC58AA;
}
</style>
border-color css
<style>
span { border-color: #BC58AA; }
span { border-color: rgb(188,88,170); }
td.TdClassName
{
border-color: #BC58AA;
}
.TagClassName
{
border-color: #BC58AA;
}
</style>