Shades of Fuchsia #BA58BA
Tints of Fuchsia #BA58BA
RGB
CMYK
RGB Variations
Color information
#BA58BA (or 0xBA58BA) is known color: Fuchsia. HEX triplet: BA, 58 and BA. RGB value is (186,88,186). Sum of RGB (Red+Green+Blue) = 186+88+186=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58BA is #45A745. Grayscale: #808080. Windows color (decimal): -4564806 or 12212410. OLE color: 12212410.
HSL color Cylindrical-coordinate representation of color #BA58BA: 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 #BA58BA is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 186 | - |
| CMYK | 0 | 0.53 | 0 | 0.27 |
| HSL | 300º | 0.42% | 0.54% | - |
| HSV(B) | 300º | 0.53% | 0.73% | - |
| XYZ | 32.6 | 20.96 | 48.78 | - |
| YUV | 128.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 186 | 0 | 0.53 | 0 | 0.27 | 300 | 0.42 | 0.54 |
| Hex | BA | 58 | BA | 0 | 35 | 0 | 1B | 12C | 2A | 36 |
| Octal | 272 | 130 | 272 | 0 | 65 | 0 | 33 | 454 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10111010 | 0 | 110101 | 0 | 11011 | 100101100 | 101010 | 110110 |
Color Harmonies of #BA58BA
Complementary color
Monochromatic Colors of #BA58BA
Black with #BA58BA
Text Example
Text Example
White with #BA58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58BA; }
p { color: rgb(186,88,186); }
H1.HeaderClassName
{
color: #BA58BA;
}
.AnyTagClassName
{
color: #BA58BA;
}
</style>
background-color css
<style>
a { background-color: #BA58BA; }
a { background-color: rgb(186,88,186); }
div.DivClassName
{
background-color: #BA58BA;
}
.BgClassName
{
background-color: #BA58BA;
}
</style>
border-color css
<style>
span { border-color: #BA58BA; }
span { border-color: rgb(186,88,186); }
td.TdClassName
{
border-color: #BA58BA;
}
.TagClassName
{
border-color: #BA58BA;
}
</style>