Shades of Fuchsia #BA57BE
Tints of Fuchsia #BA57BE
RGB
CMYK
RGB Variations
Color information
#BA57BE (or 0xBA57BE) is known color: Fuchsia. HEX triplet: BA, 57 and BE. RGB value is (186,87,190). Sum of RGB (Red+Green+Blue) = 186+87+190=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57BE is #45A841. Grayscale: #808080. Windows color (decimal): -4565058 or 12474298. OLE color: 12474298.
HSL color Cylindrical-coordinate representation of color #BA57BE: hue angle of 297.67º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA57BE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 87 | 190 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.25 |
| HSL | 297.67º | 0.44% | 0.54% | - |
| HSV(B) | 297.67º | 0.54% | 0.75% | - |
| XYZ | 32.95 | 20.97 | 51.03 | - |
| YUV | 128.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 190 | 0.02 | 0.54 | 0 | 0.25 | 297.67 | 0.44 | 0.54 |
| Hex | BA | 57 | BE | 2 | 36 | 0 | 19 | 12A | 2C | 36 |
| Octal | 272 | 127 | 276 | 2 | 66 | 0 | 31 | 452 | 54 | 66 |
| Binary | 10111010 | 1010111 | 10111110 | 10 | 110110 | 0 | 11001 | 100101010 | 101100 | 110110 |
Color Harmonies of #BA57BE
Complementary color
Monochromatic Colors of #BA57BE
Black with #BA57BE
Text Example
Text Example
White with #BA57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57BE; }
p { color: rgb(186,87,190); }
H1.HeaderClassName
{
color: #BA57BE;
}
.AnyTagClassName
{
color: #BA57BE;
}
</style>
background-color css
<style>
a { background-color: #BA57BE; }
a { background-color: rgb(186,87,190); }
div.DivClassName
{
background-color: #BA57BE;
}
.BgClassName
{
background-color: #BA57BE;
}
</style>
border-color css
<style>
span { border-color: #BA57BE; }
span { border-color: rgb(186,87,190); }
td.TdClassName
{
border-color: #BA57BE;
}
.TagClassName
{
border-color: #BA57BE;
}
</style>