Shades of Fuchsia #BC59BA
Tints of Fuchsia #BC59BA
RGB
CMYK
RGB Variations
Color information
#BC59BA (or 0xBC59BA) is known color: Fuchsia. HEX triplet: BC, 59 and BA. RGB value is (188,89,186). Sum of RGB (Red+Green+Blue) = 188+89+186=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59BA is #43A645. Grayscale: #818181. Windows color (decimal): -4433478 or 12212668. OLE color: 12212668.
HSL color Cylindrical-coordinate representation of color #BC59BA: hue angle of 301.21º 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 #BC59BA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 186 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.26 |
| HSL | 301.21º | 0.42% | 0.54% | - |
| HSV(B) | 301.21º | 0.53% | 0.74% | - |
| XYZ | 33.17 | 21.38 | 48.83 | - |
| YUV | 129.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 186 | 0 | 0.53 | 0.01 | 0.26 | 301.21 | 0.42 | 0.54 |
| Hex | BC | 59 | BA | 0 | 35 | 1 | 1A | 12D | 2A | 36 |
| Octal | 274 | 131 | 272 | 0 | 65 | 1 | 32 | 455 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10111010 | 0 | 110101 | 1 | 11010 | 100101101 | 101010 | 110110 |
Color Harmonies of #BC59BA
Complementary color
Monochromatic Colors of #BC59BA
Black with #BC59BA
Text Example
Text Example
White with #BC59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59BA; }
p { color: rgb(188,89,186); }
H1.HeaderClassName
{
color: #BC59BA;
}
.AnyTagClassName
{
color: #BC59BA;
}
</style>
background-color css
<style>
a { background-color: #BC59BA; }
a { background-color: rgb(188,89,186); }
div.DivClassName
{
background-color: #BC59BA;
}
.BgClassName
{
background-color: #BC59BA;
}
</style>
border-color css
<style>
span { border-color: #BC59BA; }
span { border-color: rgb(188,89,186); }
td.TdClassName
{
border-color: #BC59BA;
}
.TagClassName
{
border-color: #BC59BA;
}
</style>