Shades of Fuchsia #BA59B0
Tints of Fuchsia #BA59B0
RGB
CMYK
RGB Variations
Color information
#BA59B0 (or 0xBA59B0) is known color: Fuchsia. HEX triplet: BA, 59 and B0. RGB value is (186,89,176). Sum of RGB (Red+Green+Blue) = 186+89+176=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59B0 is #45A64F. Grayscale: #7F7F7F. Windows color (decimal): -4564560 or 11557306. OLE color: 11557306.
HSL color Cylindrical-coordinate representation of color #BA59B0: hue angle of 306.19º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59B0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 176 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.27 |
| HSL | 306.19º | 0.41% | 0.54% | - |
| HSV(B) | 306.19º | 0.52% | 0.73% | - |
| XYZ | 31.66 | 20.72 | 43.4 | - |
| YUV | 127.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 176 | 0 | 0.52 | 0.05 | 0.27 | 306.19 | 0.41 | 0.54 |
| Hex | BA | 59 | B0 | 0 | 34 | 5 | 1B | 132 | 29 | 36 |
| Octal | 272 | 131 | 260 | 0 | 64 | 5 | 33 | 462 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10110000 | 0 | 110100 | 101 | 11011 | 100110010 | 101001 | 110110 |
Color Harmonies of #BA59B0
Complementary color
Monochromatic Colors of #BA59B0
Black with #BA59B0
Text Example
Text Example
White with #BA59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59B0; }
p { color: rgb(186,89,176); }
H1.HeaderClassName
{
color: #BA59B0;
}
.AnyTagClassName
{
color: #BA59B0;
}
</style>
background-color css
<style>
a { background-color: #BA59B0; }
a { background-color: rgb(186,89,176); }
div.DivClassName
{
background-color: #BA59B0;
}
.BgClassName
{
background-color: #BA59B0;
}
</style>
border-color css
<style>
span { border-color: #BA59B0; }
span { border-color: rgb(186,89,176); }
td.TdClassName
{
border-color: #BA59B0;
}
.TagClassName
{
border-color: #BA59B0;
}
</style>