Shades of Fuchsia #BC59B5
Tints of Fuchsia #BC59B5
RGB
CMYK
RGB Variations
Color information
#BC59B5 (or 0xBC59B5) is known color: Fuchsia. HEX triplet: BC, 59 and B5. RGB value is (188,89,181). Sum of RGB (Red+Green+Blue) = 188+89+181=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59B5 is #43A64A. Grayscale: #808080. Windows color (decimal): -4433483 or 11884988. OLE color: 11884988.
HSL color Cylindrical-coordinate representation of color #BC59B5: hue angle of 304.24º 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 #BC59B5 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 181 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.26 |
| HSL | 304.24º | 0.42% | 0.54% | - |
| HSV(B) | 304.24º | 0.53% | 0.74% | - |
| XYZ | 32.65 | 21.17 | 46.08 | - |
| YUV | 129.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 181 | 0 | 0.53 | 0.04 | 0.26 | 304.24 | 0.42 | 0.54 |
| Hex | BC | 59 | B5 | 0 | 35 | 4 | 1A | 130 | 2A | 36 |
| Octal | 274 | 131 | 265 | 0 | 65 | 4 | 32 | 460 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10110101 | 0 | 110101 | 100 | 11010 | 100110000 | 101010 | 110110 |
Color Harmonies of #BC59B5
Complementary color
Monochromatic Colors of #BC59B5
Black with #BC59B5
Text Example
Text Example
White with #BC59B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59B5; }
p { color: rgb(188,89,181); }
H1.HeaderClassName
{
color: #BC59B5;
}
.AnyTagClassName
{
color: #BC59B5;
}
</style>
background-color css
<style>
a { background-color: #BC59B5; }
a { background-color: rgb(188,89,181); }
div.DivClassName
{
background-color: #BC59B5;
}
.BgClassName
{
background-color: #BC59B5;
}
</style>
border-color css
<style>
span { border-color: #BC59B5; }
span { border-color: rgb(188,89,181); }
td.TdClassName
{
border-color: #BC59B5;
}
.TagClassName
{
border-color: #BC59B5;
}
</style>