Shades of Fuchsia #BA59BE
Tints of Fuchsia #BA59BE
RGB
CMYK
RGB Variations
Color information
#BA59BE (or 0xBA59BE) is known color: Fuchsia. HEX triplet: BA, 59 and BE. RGB value is (186,89,190). Sum of RGB (Red+Green+Blue) = 186+89+190=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59BE is #45A641. Grayscale: #818181. Windows color (decimal): -4564546 or 12474810. OLE color: 12474810.
HSL color Cylindrical-coordinate representation of color #BA59BE: hue angle of 297.62º 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 #BA59BE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 89 | 190 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.25 |
| HSL | 297.62º | 0.44% | 0.55% | - |
| HSV(B) | 297.62º | 0.53% | 0.75% | - |
| XYZ | 33.12 | 21.3 | 51.08 | - |
| YUV | 129.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 190 | 0.02 | 0.53 | 0 | 0.25 | 297.62 | 0.44 | 0.55 |
| Hex | BA | 59 | BE | 2 | 35 | 0 | 19 | 12A | 2C | 37 |
| Octal | 272 | 131 | 276 | 2 | 65 | 0 | 31 | 452 | 54 | 67 |
| Binary | 10111010 | 1011001 | 10111110 | 10 | 110101 | 0 | 11001 | 100101010 | 101100 | 110111 |
Color Harmonies of #BA59BE
Complementary color
Monochromatic Colors of #BA59BE
Black with #BA59BE
Text Example
Text Example
White with #BA59BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59BE; }
p { color: rgb(186,89,190); }
H1.HeaderClassName
{
color: #BA59BE;
}
.AnyTagClassName
{
color: #BA59BE;
}
</style>
background-color css
<style>
a { background-color: #BA59BE; }
a { background-color: rgb(186,89,190); }
div.DivClassName
{
background-color: #BA59BE;
}
.BgClassName
{
background-color: #BA59BE;
}
</style>
border-color css
<style>
span { border-color: #BA59BE; }
span { border-color: rgb(186,89,190); }
td.TdClassName
{
border-color: #BA59BE;
}
.TagClassName
{
border-color: #BA59BE;
}
</style>