Shades of Fuchsia #BA48BE
Tints of Fuchsia #BA48BE
RGB
CMYK
RGB Variations
Color information
#BA48BE (or 0xBA48BE) is known color: Fuchsia. HEX triplet: BA, 48 and BE. RGB value is (186,72,190). Sum of RGB (Red+Green+Blue) = 186+72+190=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA48BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48BE is #45B741. Grayscale: #777777. Windows color (decimal): -4568898 or 12470458. OLE color: 12470458.
HSL color Cylindrical-coordinate representation of color #BA48BE: hue angle of 297.97º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA48BE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 72 | 190 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.25 |
| HSL | 297.97º | 0.48% | 0.51% | - |
| HSV(B) | 297.97º | 0.62% | 0.75% | - |
| XYZ | 31.86 | 18.79 | 50.66 | - |
| YUV | 119.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 190 | 0.02 | 0.62 | 0 | 0.25 | 297.97 | 0.48 | 0.51 |
| Hex | BA | 48 | BE | 2 | 3E | 0 | 19 | 12A | 30 | 33 |
| Octal | 272 | 110 | 276 | 2 | 76 | 0 | 31 | 452 | 60 | 63 |
| Binary | 10111010 | 1001000 | 10111110 | 10 | 111110 | 0 | 11001 | 100101010 | 110000 | 110011 |
Color Harmonies of #BA48BE
Complementary color
Monochromatic Colors of #BA48BE
Black with #BA48BE
Text Example
Text Example
White with #BA48BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48BE; }
p { color: rgb(186,72,190); }
H1.HeaderClassName
{
color: #BA48BE;
}
.AnyTagClassName
{
color: #BA48BE;
}
</style>
background-color css
<style>
a { background-color: #BA48BE; }
a { background-color: rgb(186,72,190); }
div.DivClassName
{
background-color: #BA48BE;
}
.BgClassName
{
background-color: #BA48BE;
}
</style>
border-color css
<style>
span { border-color: #BA48BE; }
span { border-color: rgb(186,72,190); }
td.TdClassName
{
border-color: #BA48BE;
}
.TagClassName
{
border-color: #BA48BE;
}
</style>