Shades of Fuchsia #BC59BC
Tints of Fuchsia #BC59BC
RGB
CMYK
RGB Variations
Color information
#BC59BC (or 0xBC59BC) is known color: Fuchsia. HEX triplet: BC, 59 and BC. RGB value is (188,89,188). Sum of RGB (Red+Green+Blue) = 188+89+188=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC59BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59BC is #43A643. Grayscale: #818181. Windows color (decimal): -4433476 or 12343740. OLE color: 12343740.
HSL color Cylindrical-coordinate representation of color #BC59BC: hue angle of 300º degrees, saturation: 0.42, 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 #BC59BC is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 188 | - |
| CMYK | 0 | 0.53 | 0 | 0.26 |
| HSL | 300º | 0.42% | 0.54% | - |
| HSV(B) | 300º | 0.53% | 0.74% | - |
| XYZ | 33.39 | 21.47 | 49.96 | - |
| YUV | 129.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 188 | 0 | 0.53 | 0 | 0.26 | 300 | 0.42 | 0.54 |
| Hex | BC | 59 | BC | 0 | 35 | 0 | 1A | 12C | 2A | 36 |
| Octal | 274 | 131 | 274 | 0 | 65 | 0 | 32 | 454 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10111100 | 0 | 110101 | 0 | 11010 | 100101100 | 101010 | 110110 |
Color Harmonies of #BC59BC
Complementary color
Monochromatic Colors of #BC59BC
Black with #BC59BC
Text Example
Text Example
White with #BC59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59BC; }
p { color: rgb(188,89,188); }
H1.HeaderClassName
{
color: #BC59BC;
}
.AnyTagClassName
{
color: #BC59BC;
}
</style>
background-color css
<style>
a { background-color: #BC59BC; }
a { background-color: rgb(188,89,188); }
div.DivClassName
{
background-color: #BC59BC;
}
.BgClassName
{
background-color: #BC59BC;
}
</style>
border-color css
<style>
span { border-color: #BC59BC; }
span { border-color: rgb(188,89,188); }
td.TdClassName
{
border-color: #BC59BC;
}
.TagClassName
{
border-color: #BC59BC;
}
</style>