Shades of Fuchsia #BA55BA
Tints of Fuchsia #BA55BA
RGB
CMYK
RGB Variations
Color information
#BA55BA (or 0xBA55BA) is known color: Fuchsia. HEX triplet: BA, 55 and BA. RGB value is (186,85,186). Sum of RGB (Red+Green+Blue) = 186+85+186=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55BA is #45AA45. Grayscale: #7E7E7E. Windows color (decimal): -4565574 or 12211642. OLE color: 12211642.
HSL color Cylindrical-coordinate representation of color #BA55BA: hue angle of 300º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA55BA is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 186 | - |
| CMYK | 0 | 0.54 | 0 | 0.27 |
| HSL | 300º | 0.42% | 0.53% | - |
| HSV(B) | 300º | 0.54% | 0.73% | - |
| XYZ | 32.36 | 20.48 | 48.7 | - |
| YUV | 126.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 186 | 0 | 0.54 | 0 | 0.27 | 300 | 0.42 | 0.53 |
| Hex | BA | 55 | BA | 0 | 36 | 0 | 1B | 12C | 2A | 35 |
| Octal | 272 | 125 | 272 | 0 | 66 | 0 | 33 | 454 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10111010 | 0 | 110110 | 0 | 11011 | 100101100 | 101010 | 110101 |
Color Harmonies of #BA55BA
Complementary color
Monochromatic Colors of #BA55BA
Black with #BA55BA
Text Example
Text Example
White with #BA55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55BA; }
p { color: rgb(186,85,186); }
H1.HeaderClassName
{
color: #BA55BA;
}
.AnyTagClassName
{
color: #BA55BA;
}
</style>
background-color css
<style>
a { background-color: #BA55BA; }
a { background-color: rgb(186,85,186); }
div.DivClassName
{
background-color: #BA55BA;
}
.BgClassName
{
background-color: #BA55BA;
}
</style>
border-color css
<style>
span { border-color: #BA55BA; }
span { border-color: rgb(186,85,186); }
td.TdClassName
{
border-color: #BA55BA;
}
.TagClassName
{
border-color: #BA55BA;
}
</style>