Shades of Fuchsia #BA57BA
Tints of Fuchsia #BA57BA
RGB
CMYK
RGB Variations
Color information
#BA57BA (or 0xBA57BA) is known color: Fuchsia. HEX triplet: BA, 57 and BA. RGB value is (186,87,186). Sum of RGB (Red+Green+Blue) = 186+87+186=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57BA is #45A845. Grayscale: #7F7F7F. Windows color (decimal): -4565062 or 12212154. OLE color: 12212154.
HSL color Cylindrical-coordinate representation of color #BA57BA: hue angle of 300º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA57BA is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 186 | - |
| CMYK | 0 | 0.53 | 0 | 0.27 |
| HSL | 300º | 0.42% | 0.54% | - |
| HSV(B) | 300º | 0.53% | 0.73% | - |
| XYZ | 32.52 | 20.8 | 48.76 | - |
| YUV | 127.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 186 | 0 | 0.53 | 0 | 0.27 | 300 | 0.42 | 0.54 |
| Hex | BA | 57 | BA | 0 | 35 | 0 | 1B | 12C | 2A | 36 |
| Octal | 272 | 127 | 272 | 0 | 65 | 0 | 33 | 454 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10111010 | 0 | 110101 | 0 | 11011 | 100101100 | 101010 | 110110 |
Color Harmonies of #BA57BA
Complementary color
Monochromatic Colors of #BA57BA
Black with #BA57BA
Text Example
Text Example
White with #BA57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57BA; }
p { color: rgb(186,87,186); }
H1.HeaderClassName
{
color: #BA57BA;
}
.AnyTagClassName
{
color: #BA57BA;
}
</style>
background-color css
<style>
a { background-color: #BA57BA; }
a { background-color: rgb(186,87,186); }
div.DivClassName
{
background-color: #BA57BA;
}
.BgClassName
{
background-color: #BA57BA;
}
</style>
border-color css
<style>
span { border-color: #BA57BA; }
span { border-color: rgb(186,87,186); }
td.TdClassName
{
border-color: #BA57BA;
}
.TagClassName
{
border-color: #BA57BA;
}
</style>