Shades of Fuchsia #BA48BC
Tints of Fuchsia #BA48BC
RGB
CMYK
RGB Variations
Color information
#BA48BC (or 0xBA48BC) is known color: Fuchsia. HEX triplet: BA, 48 and BC. RGB value is (186,72,188). Sum of RGB (Red+Green+Blue) = 186+72+188=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48BC is #45B743. Grayscale: #767676. Windows color (decimal): -4568900 or 12339386. OLE color: 12339386.
HSL color Cylindrical-coordinate representation of color #BA48BC: hue angle of 298.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA48BC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 72 | 188 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.26 |
| HSL | 298.97º | 0.46% | 0.51% | - |
| HSV(B) | 298.97º | 0.62% | 0.74% | - |
| XYZ | 31.64 | 18.7 | 49.52 | - |
| YUV | 119.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 188 | 0.01 | 0.62 | 0 | 0.26 | 298.97 | 0.46 | 0.51 |
| Hex | BA | 48 | BC | 1 | 3E | 0 | 1A | 12B | 2E | 33 |
| Octal | 272 | 110 | 274 | 1 | 76 | 0 | 32 | 453 | 56 | 63 |
| Binary | 10111010 | 1001000 | 10111100 | 1 | 111110 | 0 | 11010 | 100101011 | 101110 | 110011 |
Color Harmonies of #BA48BC
Complementary color
Monochromatic Colors of #BA48BC
Black with #BA48BC
Text Example
Text Example
White with #BA48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48BC; }
p { color: rgb(186,72,188); }
H1.HeaderClassName
{
color: #BA48BC;
}
.AnyTagClassName
{
color: #BA48BC;
}
</style>
background-color css
<style>
a { background-color: #BA48BC; }
a { background-color: rgb(186,72,188); }
div.DivClassName
{
background-color: #BA48BC;
}
.BgClassName
{
background-color: #BA48BC;
}
</style>
border-color css
<style>
span { border-color: #BA48BC; }
span { border-color: rgb(186,72,188); }
td.TdClassName
{
border-color: #BA48BC;
}
.TagClassName
{
border-color: #BA48BC;
}
</style>