Shades of Fuchsia #BA59C2
Tints of Fuchsia #BA59C2
RGB
CMYK
RGB Variations
Color information
#BA59C2 (or 0xBA59C2) is known color: Fuchsia. HEX triplet: BA, 59 and C2. RGB value is (186,89,194). Sum of RGB (Red+Green+Blue) = 186+89+194=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA59C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C2 is #45A63D. Grayscale: #818181. Windows color (decimal): -4564542 or 12736954. OLE color: 12736954.
HSL color Cylindrical-coordinate representation of color #BA59C2: hue angle of 295.43º 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 #BA59C2 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 89 | 194 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.24 |
| HSL | 295.43º | 0.46% | 0.55% | - |
| HSV(B) | 295.43º | 0.54% | 0.76% | - |
| XYZ | 33.56 | 21.48 | 53.42 | - |
| YUV | 129.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 194 | 0.04 | 0.54 | 0 | 0.24 | 295.43 | 0.46 | 0.55 |
| Hex | BA | 59 | C2 | 4 | 36 | 0 | 18 | 127 | 2E | 37 |
| Octal | 272 | 131 | 302 | 4 | 66 | 0 | 30 | 447 | 56 | 67 |
| Binary | 10111010 | 1011001 | 11000010 | 100 | 110110 | 0 | 11000 | 100100111 | 101110 | 110111 |
Color Harmonies of #BA59C2
Complementary color
Monochromatic Colors of #BA59C2
Black with #BA59C2
Text Example
Text Example
White with #BA59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59C2; }
p { color: rgb(186,89,194); }
H1.HeaderClassName
{
color: #BA59C2;
}
.AnyTagClassName
{
color: #BA59C2;
}
</style>
background-color css
<style>
a { background-color: #BA59C2; }
a { background-color: rgb(186,89,194); }
div.DivClassName
{
background-color: #BA59C2;
}
.BgClassName
{
background-color: #BA59C2;
}
</style>
border-color css
<style>
span { border-color: #BA59C2; }
span { border-color: rgb(186,89,194); }
td.TdClassName
{
border-color: #BA59C2;
}
.TagClassName
{
border-color: #BA59C2;
}
</style>