Shades of Fuchsia #BC59B8
Tints of Fuchsia #BC59B8
RGB
CMYK
RGB Variations
Color information
#BC59B8 (or 0xBC59B8) is known color: Fuchsia. HEX triplet: BC, 59 and B8. RGB value is (188,89,184). Sum of RGB (Red+Green+Blue) = 188+89+184=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59B8 is #43A647. Grayscale: #818181. Windows color (decimal): -4433480 or 12081596. OLE color: 12081596.
HSL color Cylindrical-coordinate representation of color #BC59B8: hue angle of 302.42º 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 #BC59B8 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 184 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.26 |
| HSL | 302.42º | 0.42% | 0.54% | - |
| HSV(B) | 302.42º | 0.53% | 0.74% | - |
| XYZ | 32.96 | 21.3 | 47.72 | - |
| YUV | 129.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 184 | 0 | 0.53 | 0.02 | 0.26 | 302.42 | 0.42 | 0.54 |
| Hex | BC | 59 | B8 | 0 | 35 | 2 | 1A | 12E | 2A | 36 |
| Octal | 274 | 131 | 270 | 0 | 65 | 2 | 32 | 456 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10111000 | 0 | 110101 | 10 | 11010 | 100101110 | 101010 | 110110 |
Color Harmonies of #BC59B8
Complementary color
Monochromatic Colors of #BC59B8
Black with #BC59B8
Text Example
Text Example
White with #BC59B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59B8; }
p { color: rgb(188,89,184); }
H1.HeaderClassName
{
color: #BC59B8;
}
.AnyTagClassName
{
color: #BC59B8;
}
</style>
background-color css
<style>
a { background-color: #BC59B8; }
a { background-color: rgb(188,89,184); }
div.DivClassName
{
background-color: #BC59B8;
}
.BgClassName
{
background-color: #BC59B8;
}
</style>
border-color css
<style>
span { border-color: #BC59B8; }
span { border-color: rgb(188,89,184); }
td.TdClassName
{
border-color: #BC59B8;
}
.TagClassName
{
border-color: #BC59B8;
}
</style>