Shades of Fuchsia #BA59BB
Tints of Fuchsia #BA59BB
RGB
CMYK
RGB Variations
Color information
#BA59BB (or 0xBA59BB) is known color: Fuchsia. HEX triplet: BA, 59 and BB. RGB value is (186,89,187). Sum of RGB (Red+Green+Blue) = 186+89+187=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BB is #45A644. Grayscale: #808080. Windows color (decimal): -4564549 or 12278202. OLE color: 12278202.
HSL color Cylindrical-coordinate representation of color #BA59BB: hue angle of 299.39º degrees, saturation: 0.42, 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 #BA59BB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 187 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.27 |
| HSL | 299.39º | 0.42% | 0.54% | - |
| HSV(B) | 299.39º | 0.52% | 0.73% | - |
| XYZ | 32.79 | 21.17 | 49.37 | - |
| YUV | 129.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 187 | 0.01 | 0.52 | 0 | 0.27 | 299.39 | 0.42 | 0.54 |
| Hex | BA | 59 | BB | 1 | 34 | 0 | 1B | 12B | 2A | 36 |
| Octal | 272 | 131 | 273 | 1 | 64 | 0 | 33 | 453 | 52 | 66 |
| Binary | 10111010 | 1011001 | 10111011 | 1 | 110100 | 0 | 11011 | 100101011 | 101010 | 110110 |
Color Harmonies of #BA59BB
Complementary color
Monochromatic Colors of #BA59BB
Black with #BA59BB
Text Example
Text Example
White with #BA59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59BB; }
p { color: rgb(186,89,187); }
H1.HeaderClassName
{
color: #BA59BB;
}
.AnyTagClassName
{
color: #BA59BB;
}
</style>
background-color css
<style>
a { background-color: #BA59BB; }
a { background-color: rgb(186,89,187); }
div.DivClassName
{
background-color: #BA59BB;
}
.BgClassName
{
background-color: #BA59BB;
}
</style>
border-color css
<style>
span { border-color: #BA59BB; }
span { border-color: rgb(186,89,187); }
td.TdClassName
{
border-color: #BA59BB;
}
.TagClassName
{
border-color: #BA59BB;
}
</style>