Shades of Fuchsia #BA59BF
Tints of Fuchsia #BA59BF
RGB
CMYK
RGB Variations
Color information
#BA59BF (or 0xBA59BF) is known color: Fuchsia. HEX triplet: BA, 59 and BF. RGB value is (186,89,191). Sum of RGB (Red+Green+Blue) = 186+89+191=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA59BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BF is #45A640. Grayscale: #818181. Windows color (decimal): -4564545 or 12540346. OLE color: 12540346.
HSL color Cylindrical-coordinate representation of color #BA59BF: hue angle of 297.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA59BF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 89 | 191 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.25 |
| HSL | 297.06º | 0.44% | 0.55% | - |
| HSV(B) | 297.06º | 0.53% | 0.75% | - |
| XYZ | 33.23 | 21.35 | 51.66 | - |
| YUV | 129.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 191 | 0.03 | 0.53 | 0 | 0.25 | 297.06 | 0.44 | 0.55 |
| Hex | BA | 59 | BF | 3 | 35 | 0 | 19 | 129 | 2C | 37 |
| Octal | 272 | 131 | 277 | 3 | 65 | 0 | 31 | 451 | 54 | 67 |
| Binary | 10111010 | 1011001 | 10111111 | 11 | 110101 | 0 | 11001 | 100101001 | 101100 | 110111 |
Color Harmonies of #BA59BF
Complementary color
Monochromatic Colors of #BA59BF
Black with #BA59BF
Text Example
Text Example
White with #BA59BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59BF; }
p { color: rgb(186,89,191); }
H1.HeaderClassName
{
color: #BA59BF;
}
.AnyTagClassName
{
color: #BA59BF;
}
</style>
background-color css
<style>
a { background-color: #BA59BF; }
a { background-color: rgb(186,89,191); }
div.DivClassName
{
background-color: #BA59BF;
}
.BgClassName
{
background-color: #BA59BF;
}
</style>
border-color css
<style>
span { border-color: #BA59BF; }
span { border-color: rgb(186,89,191); }
td.TdClassName
{
border-color: #BA59BF;
}
.TagClassName
{
border-color: #BA59BF;
}
</style>