Shades of Fuchsia #BC58C0
Tints of Fuchsia #BC58C0
RGB
CMYK
RGB Variations
Color information
#BC58C0 (or 0xBC58C0) is known color: Fuchsia. HEX triplet: BC, 58 and C0. RGB value is (188,88,192). Sum of RGB (Red+Green+Blue) = 188+88+192=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58C0 is #43A73F. Grayscale: #818181. Windows color (decimal): -4433728 or 12605628. OLE color: 12605628.
HSL color Cylindrical-coordinate representation of color #BC58C0: hue angle of 297.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC58C0 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 88 | 192 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.25 |
| HSL | 297.69º | 0.45% | 0.55% | - |
| HSV(B) | 297.69º | 0.54% | 0.75% | - |
| XYZ | 33.74 | 21.48 | 52.24 | - |
| YUV | 129.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 192 | 0.02 | 0.54 | 0 | 0.25 | 297.69 | 0.45 | 0.55 |
| Hex | BC | 58 | C0 | 2 | 36 | 0 | 19 | 12A | 2D | 37 |
| Octal | 274 | 130 | 300 | 2 | 66 | 0 | 31 | 452 | 55 | 67 |
| Binary | 10111100 | 1011000 | 11000000 | 10 | 110110 | 0 | 11001 | 100101010 | 101101 | 110111 |
Color Harmonies of #BC58C0
Complementary color
Monochromatic Colors of #BC58C0
Black with #BC58C0
Text Example
Text Example
White with #BC58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58C0; }
p { color: rgb(188,88,192); }
H1.HeaderClassName
{
color: #BC58C0;
}
.AnyTagClassName
{
color: #BC58C0;
}
</style>
background-color css
<style>
a { background-color: #BC58C0; }
a { background-color: rgb(188,88,192); }
div.DivClassName
{
background-color: #BC58C0;
}
.BgClassName
{
background-color: #BC58C0;
}
</style>
border-color css
<style>
span { border-color: #BC58C0; }
span { border-color: rgb(188,88,192); }
td.TdClassName
{
border-color: #BC58C0;
}
.TagClassName
{
border-color: #BC58C0;
}
</style>