Shades of Fuchsia #BC59C8
Tints of Fuchsia #BC59C8
RGB
CMYK
RGB Variations
Color information
#BC59C8 (or 0xBC59C8) is known color: Fuchsia. HEX triplet: BC, 59 and C8. RGB value is (188,89,200). Sum of RGB (Red+Green+Blue) = 188+89+200=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC59C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59C8 is #43A637. Grayscale: #828282. Windows color (decimal): -4433464 or 13130172. OLE color: 13130172.
HSL color Cylindrical-coordinate representation of color #BC59C8: hue angle of 293.51º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC59C8 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 89 | 200 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.22 |
| HSL | 293.51º | 0.5% | 0.57% | - |
| HSV(B) | 293.51º | 0.56% | 0.78% | - |
| XYZ | 34.74 | 22.01 | 57.06 | - |
| YUV | 131.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 200 | 0.06 | 0.56 | 0 | 0.22 | 293.51 | 0.5 | 0.57 |
| Hex | BC | 59 | C8 | 6 | 38 | 0 | 16 | 126 | 32 | 39 |
| Octal | 274 | 131 | 310 | 6 | 70 | 0 | 26 | 446 | 62 | 71 |
| Binary | 10111100 | 1011001 | 11001000 | 110 | 111000 | 0 | 10110 | 100100110 | 110010 | 111001 |
Color Harmonies of #BC59C8
Complementary color
Monochromatic Colors of #BC59C8
Black with #BC59C8
Text Example
Text Example
White with #BC59C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59C8; }
p { color: rgb(188,89,200); }
H1.HeaderClassName
{
color: #BC59C8;
}
.AnyTagClassName
{
color: #BC59C8;
}
</style>
background-color css
<style>
a { background-color: #BC59C8; }
a { background-color: rgb(188,89,200); }
div.DivClassName
{
background-color: #BC59C8;
}
.BgClassName
{
background-color: #BC59C8;
}
</style>
border-color css
<style>
span { border-color: #BC59C8; }
span { border-color: rgb(188,89,200); }
td.TdClassName
{
border-color: #BC59C8;
}
.TagClassName
{
border-color: #BC59C8;
}
</style>