Shades of Fuchsia #BC59B0
Tints of Fuchsia #BC59B0
RGB
CMYK
RGB Variations
Color information
#BC59B0 (or 0xBC59B0) is known color: Fuchsia. HEX triplet: BC, 59 and B0. RGB value is (188,89,176). Sum of RGB (Red+Green+Blue) = 188+89+176=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59B0 is #43A64F. Grayscale: #808080. Windows color (decimal): -4433488 or 11557308. OLE color: 11557308.
HSL color Cylindrical-coordinate representation of color #BC59B0: hue angle of 307.27º 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 #BC59B0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 176 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.26 |
| HSL | 307.27º | 0.42% | 0.54% | - |
| HSV(B) | 307.27º | 0.53% | 0.74% | - |
| XYZ | 32.15 | 20.97 | 43.43 | - |
| YUV | 128.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 176 | 0 | 0.53 | 0.06 | 0.26 | 307.27 | 0.42 | 0.54 |
| Hex | BC | 59 | B0 | 0 | 35 | 6 | 1A | 133 | 2A | 36 |
| Octal | 274 | 131 | 260 | 0 | 65 | 6 | 32 | 463 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10110000 | 0 | 110101 | 110 | 11010 | 100110011 | 101010 | 110110 |
Color Harmonies of #BC59B0
Complementary color
Monochromatic Colors of #BC59B0
Black with #BC59B0
Text Example
Text Example
White with #BC59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59B0; }
p { color: rgb(188,89,176); }
H1.HeaderClassName
{
color: #BC59B0;
}
.AnyTagClassName
{
color: #BC59B0;
}
</style>
background-color css
<style>
a { background-color: #BC59B0; }
a { background-color: rgb(188,89,176); }
div.DivClassName
{
background-color: #BC59B0;
}
.BgClassName
{
background-color: #BC59B0;
}
</style>
border-color css
<style>
span { border-color: #BC59B0; }
span { border-color: rgb(188,89,176); }
td.TdClassName
{
border-color: #BC59B0;
}
.TagClassName
{
border-color: #BC59B0;
}
</style>