Shades of Fuchsia #BA59C3
Tints of Fuchsia #BA59C3
RGB
CMYK
RGB Variations
Color information
#BA59C3 (or 0xBA59C3) is known color: Fuchsia. HEX triplet: BA, 59 and C3. RGB value is (186,89,195). Sum of RGB (Red+Green+Blue) = 186+89+195=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA59C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C3 is #45A63C. Grayscale: #818181. Windows color (decimal): -4564541 or 12802490. OLE color: 12802490.
HSL color Cylindrical-coordinate representation of color #BA59C3: hue angle of 294.91º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA59C3 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 89 | 195 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.24 |
| HSL | 294.91º | 0.47% | 0.56% | - |
| HSV(B) | 294.91º | 0.54% | 0.76% | - |
| XYZ | 33.67 | 21.52 | 54.01 | - |
| YUV | 130.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 195 | 0.05 | 0.54 | 0 | 0.24 | 294.91 | 0.47 | 0.56 |
| Hex | BA | 59 | C3 | 5 | 36 | 0 | 18 | 127 | 2F | 38 |
| Octal | 272 | 131 | 303 | 5 | 66 | 0 | 30 | 447 | 57 | 70 |
| Binary | 10111010 | 1011001 | 11000011 | 101 | 110110 | 0 | 11000 | 100100111 | 101111 | 111000 |
Color Harmonies of #BA59C3
Complementary color
Monochromatic Colors of #BA59C3
Black with #BA59C3
Text Example
Text Example
White with #BA59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59C3; }
p { color: rgb(186,89,195); }
H1.HeaderClassName
{
color: #BA59C3;
}
.AnyTagClassName
{
color: #BA59C3;
}
</style>
background-color css
<style>
a { background-color: #BA59C3; }
a { background-color: rgb(186,89,195); }
div.DivClassName
{
background-color: #BA59C3;
}
.BgClassName
{
background-color: #BA59C3;
}
</style>
border-color css
<style>
span { border-color: #BA59C3; }
span { border-color: rgb(186,89,195); }
td.TdClassName
{
border-color: #BA59C3;
}
.TagClassName
{
border-color: #BA59C3;
}
</style>