Shades of Fuchsia #BA52BA
Tints of Fuchsia #BA52BA
RGB
CMYK
RGB Variations
Color information
#BA52BA (or 0xBA52BA) is known color: Fuchsia. HEX triplet: BA, 52 and BA. RGB value is (186,82,186). Sum of RGB (Red+Green+Blue) = 186+82+186=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52BA is #45AD45. Grayscale: #7C7C7C. Windows color (decimal): -4566342 or 12210874. OLE color: 12210874.
HSL color Cylindrical-coordinate representation of color #BA52BA: hue angle of 300º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA52BA is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 186 | - |
| CMYK | 0 | 0.56 | 0 | 0.27 |
| HSL | 300º | 0.43% | 0.53% | - |
| HSV(B) | 300º | 0.56% | 0.73% | - |
| XYZ | 32.13 | 20.02 | 48.62 | - |
| YUV | 124.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 186 | 0 | 0.56 | 0 | 0.27 | 300 | 0.43 | 0.53 |
| Hex | BA | 52 | BA | 0 | 38 | 0 | 1B | 12C | 2B | 35 |
| Octal | 272 | 122 | 272 | 0 | 70 | 0 | 33 | 454 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10111010 | 0 | 111000 | 0 | 11011 | 100101100 | 101011 | 110101 |
Color Harmonies of #BA52BA
Complementary color
Monochromatic Colors of #BA52BA
Black with #BA52BA
Text Example
Text Example
White with #BA52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52BA; }
p { color: rgb(186,82,186); }
H1.HeaderClassName
{
color: #BA52BA;
}
.AnyTagClassName
{
color: #BA52BA;
}
</style>
background-color css
<style>
a { background-color: #BA52BA; }
a { background-color: rgb(186,82,186); }
div.DivClassName
{
background-color: #BA52BA;
}
.BgClassName
{
background-color: #BA52BA;
}
</style>
border-color css
<style>
span { border-color: #BA52BA; }
span { border-color: rgb(186,82,186); }
td.TdClassName
{
border-color: #BA52BA;
}
.TagClassName
{
border-color: #BA52BA;
}
</style>