Shades of Fuchsia #BA48BA
Tints of Fuchsia #BA48BA
RGB
CMYK
RGB Variations
Color information
#BA48BA (or 0xBA48BA) is known color: Fuchsia. HEX triplet: BA, 48 and BA. RGB value is (186,72,186). Sum of RGB (Red+Green+Blue) = 186+72+186=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48BA is #45B745. Grayscale: #767676. Windows color (decimal): -4568902 or 12208314. OLE color: 12208314.
HSL color Cylindrical-coordinate representation of color #BA48BA: hue angle of 300º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA48BA is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 186 | - |
| CMYK | 0 | 0.61 | 0 | 0.27 |
| HSL | 300º | 0.45% | 0.51% | - |
| HSV(B) | 300º | 0.61% | 0.73% | - |
| XYZ | 31.43 | 18.62 | 48.39 | - |
| YUV | 119.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 186 | 0 | 0.61 | 0 | 0.27 | 300 | 0.45 | 0.51 |
| Hex | BA | 48 | BA | 0 | 3D | 0 | 1B | 12C | 2D | 33 |
| Octal | 272 | 110 | 272 | 0 | 75 | 0 | 33 | 454 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10111010 | 0 | 111101 | 0 | 11011 | 100101100 | 101101 | 110011 |
Color Harmonies of #BA48BA
Complementary color
Monochromatic Colors of #BA48BA
Black with #BA48BA
Text Example
Text Example
White with #BA48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48BA; }
p { color: rgb(186,72,186); }
H1.HeaderClassName
{
color: #BA48BA;
}
.AnyTagClassName
{
color: #BA48BA;
}
</style>
background-color css
<style>
a { background-color: #BA48BA; }
a { background-color: rgb(186,72,186); }
div.DivClassName
{
background-color: #BA48BA;
}
.BgClassName
{
background-color: #BA48BA;
}
</style>
border-color css
<style>
span { border-color: #BA48BA; }
span { border-color: rgb(186,72,186); }
td.TdClassName
{
border-color: #BA48BA;
}
.TagClassName
{
border-color: #BA48BA;
}
</style>