Shades of Fuchsia #BC59C0
Tints of Fuchsia #BC59C0
RGB
CMYK
RGB Variations
Color information
#BC59C0 (or 0xBC59C0) is known color: Fuchsia. HEX triplet: BC, 59 and C0. RGB value is (188,89,192). Sum of RGB (Red+Green+Blue) = 188+89+192=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59C0 is #43A63F. Grayscale: #828282. Windows color (decimal): -4433472 or 12605884. OLE color: 12605884.
HSL color Cylindrical-coordinate representation of color #BC59C0: hue angle of 297.67º 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 #BC59C0 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 89 | 192 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.25 |
| HSL | 297.67º | 0.45% | 0.55% | - |
| HSV(B) | 297.67º | 0.54% | 0.75% | - |
| XYZ | 33.83 | 21.64 | 52.26 | - |
| YUV | 130.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 192 | 0.02 | 0.54 | 0 | 0.25 | 297.67 | 0.45 | 0.55 |
| Hex | BC | 59 | C0 | 2 | 36 | 0 | 19 | 12A | 2D | 37 |
| Octal | 274 | 131 | 300 | 2 | 66 | 0 | 31 | 452 | 55 | 67 |
| Binary | 10111100 | 1011001 | 11000000 | 10 | 110110 | 0 | 11001 | 100101010 | 101101 | 110111 |
Color Harmonies of #BC59C0
Complementary color
Monochromatic Colors of #BC59C0
Black with #BC59C0
Text Example
Text Example
White with #BC59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59C0; }
p { color: rgb(188,89,192); }
H1.HeaderClassName
{
color: #BC59C0;
}
.AnyTagClassName
{
color: #BC59C0;
}
</style>
background-color css
<style>
a { background-color: #BC59C0; }
a { background-color: rgb(188,89,192); }
div.DivClassName
{
background-color: #BC59C0;
}
.BgClassName
{
background-color: #BC59C0;
}
</style>
border-color css
<style>
span { border-color: #BC59C0; }
span { border-color: rgb(188,89,192); }
td.TdClassName
{
border-color: #BC59C0;
}
.TagClassName
{
border-color: #BC59C0;
}
</style>