Shades of Fuchsia #BA59C1
Tints of Fuchsia #BA59C1
RGB
CMYK
RGB Variations
Color information
#BA59C1 (or 0xBA59C1) is known color: Fuchsia. HEX triplet: BA, 59 and C1. RGB value is (186,89,193). Sum of RGB (Red+Green+Blue) = 186+89+193=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA59C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C1 is #45A63E. Grayscale: #818181. Windows color (decimal): -4564543 or 12671418. OLE color: 12671418.
HSL color Cylindrical-coordinate representation of color #BA59C1: hue angle of 295.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA59C1 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 89 | 193 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.24 |
| HSL | 295.96º | 0.46% | 0.55% | - |
| HSV(B) | 295.96º | 0.54% | 0.76% | - |
| XYZ | 33.45 | 21.43 | 52.83 | - |
| YUV | 129.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 193 | 0.04 | 0.54 | 0 | 0.24 | 295.96 | 0.46 | 0.55 |
| Hex | BA | 59 | C1 | 4 | 36 | 0 | 18 | 128 | 2E | 37 |
| Octal | 272 | 131 | 301 | 4 | 66 | 0 | 30 | 450 | 56 | 67 |
| Binary | 10111010 | 1011001 | 11000001 | 100 | 110110 | 0 | 11000 | 100101000 | 101110 | 110111 |
Color Harmonies of #BA59C1
Complementary color
Monochromatic Colors of #BA59C1
Black with #BA59C1
Text Example
Text Example
White with #BA59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59C1; }
p { color: rgb(186,89,193); }
H1.HeaderClassName
{
color: #BA59C1;
}
.AnyTagClassName
{
color: #BA59C1;
}
</style>
background-color css
<style>
a { background-color: #BA59C1; }
a { background-color: rgb(186,89,193); }
div.DivClassName
{
background-color: #BA59C1;
}
.BgClassName
{
background-color: #BA59C1;
}
</style>
border-color css
<style>
span { border-color: #BA59C1; }
span { border-color: rgb(186,89,193); }
td.TdClassName
{
border-color: #BA59C1;
}
.TagClassName
{
border-color: #BA59C1;
}
</style>