Shades of Fuchsia #BC58B9
Tints of Fuchsia #BC58B9
RGB
CMYK
RGB Variations
Color information
#BC58B9 (or 0xBC58B9) is known color: Fuchsia. HEX triplet: BC, 58 and B9. RGB value is (188,88,185). Sum of RGB (Red+Green+Blue) = 188+88+185=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58B9 is #43A746. Grayscale: #808080. Windows color (decimal): -4433735 or 12146876. OLE color: 12146876.
HSL color Cylindrical-coordinate representation of color #BC58B9: hue angle of 301.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 #BC58B9 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 185 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.26 |
| HSL | 301.8º | 0.43% | 0.54% | - |
| HSV(B) | 301.8º | 0.53% | 0.74% | - |
| XYZ | 32.99 | 21.17 | 48.25 | - |
| YUV | 128.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 185 | 0 | 0.53 | 0.02 | 0.26 | 301.8 | 0.43 | 0.54 |
| Hex | BC | 58 | B9 | 0 | 35 | 2 | 1A | 12E | 2B | 36 |
| Octal | 274 | 130 | 271 | 0 | 65 | 2 | 32 | 456 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10111001 | 0 | 110101 | 10 | 11010 | 100101110 | 101011 | 110110 |
Color Harmonies of #BC58B9
Complementary color
Monochromatic Colors of #BC58B9
Black with #BC58B9
Text Example
Text Example
White with #BC58B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58B9; }
p { color: rgb(188,88,185); }
H1.HeaderClassName
{
color: #BC58B9;
}
.AnyTagClassName
{
color: #BC58B9;
}
</style>
background-color css
<style>
a { background-color: #BC58B9; }
a { background-color: rgb(188,88,185); }
div.DivClassName
{
background-color: #BC58B9;
}
.BgClassName
{
background-color: #BC58B9;
}
</style>
border-color css
<style>
span { border-color: #BC58B9; }
span { border-color: rgb(188,88,185); }
td.TdClassName
{
border-color: #BC58B9;
}
.TagClassName
{
border-color: #BC58B9;
}
</style>