Shades of Fuchsia #BA48AB
Tints of Fuchsia #BA48AB
RGB
CMYK
RGB Variations
Color information
#BA48AB (or 0xBA48AB) is known color: Fuchsia. HEX triplet: BA, 48 and AB. RGB value is (186,72,171). Sum of RGB (Red+Green+Blue) = 186+72+171=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48AB is #45B754. Grayscale: #757575. Windows color (decimal): -4568917 or 11225274. OLE color: 11225274.
HSL color Cylindrical-coordinate representation of color #BA48AB: hue angle of 307.89º 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 #BA48AB is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 171 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.27 |
| HSL | 307.89º | 0.45% | 0.51% | - |
| HSV(B) | 307.89º | 0.61% | 0.73% | - |
| XYZ | 29.92 | 18.01 | 40.43 | - |
| YUV | 117.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 171 | 0 | 0.61 | 0.08 | 0.27 | 307.89 | 0.45 | 0.51 |
| Hex | BA | 48 | AB | 0 | 3D | 8 | 1B | 134 | 2D | 33 |
| Octal | 272 | 110 | 253 | 0 | 75 | 10 | 33 | 464 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10101011 | 0 | 111101 | 1000 | 11011 | 100110100 | 101101 | 110011 |
Color Harmonies of #BA48AB
Complementary color
Monochromatic Colors of #BA48AB
Black with #BA48AB
Text Example
Text Example
White with #BA48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48AB; }
p { color: rgb(186,72,171); }
H1.HeaderClassName
{
color: #BA48AB;
}
.AnyTagClassName
{
color: #BA48AB;
}
</style>
background-color css
<style>
a { background-color: #BA48AB; }
a { background-color: rgb(186,72,171); }
div.DivClassName
{
background-color: #BA48AB;
}
.BgClassName
{
background-color: #BA48AB;
}
</style>
border-color css
<style>
span { border-color: #BA48AB; }
span { border-color: rgb(186,72,171); }
td.TdClassName
{
border-color: #BA48AB;
}
.TagClassName
{
border-color: #BA48AB;
}
</style>