Shades of Fuchsia #BA48A8
Tints of Fuchsia #BA48A8
RGB
CMYK
RGB Variations
Color information
#BA48A8 (or 0xBA48A8) is known color: Fuchsia. HEX triplet: BA, 48 and A8. RGB value is (186,72,168). Sum of RGB (Red+Green+Blue) = 186+72+168=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48A8 is #45B757. Grayscale: #747474. Windows color (decimal): -4568920 or 11028666. OLE color: 11028666.
HSL color Cylindrical-coordinate representation of color #BA48A8: hue angle of 309.47º 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 #BA48A8 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 168 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.27 |
| HSL | 309.47º | 0.45% | 0.51% | - |
| HSV(B) | 309.47º | 0.61% | 0.73% | - |
| XYZ | 29.63 | 17.9 | 38.94 | - |
| YUV | 117.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 168 | 0 | 0.61 | 0.10 | 0.27 | 309.47 | 0.45 | 0.51 |
| Hex | BA | 48 | A8 | 0 | 3D | A | 1B | 135 | 2D | 33 |
| Octal | 272 | 110 | 250 | 0 | 75 | 12 | 33 | 465 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10101000 | 0 | 111101 | 1010 | 11011 | 100110101 | 101101 | 110011 |
Color Harmonies of #BA48A8
Complementary color
Monochromatic Colors of #BA48A8
Black with #BA48A8
Text Example
Text Example
White with #BA48A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48A8; }
p { color: rgb(186,72,168); }
H1.HeaderClassName
{
color: #BA48A8;
}
.AnyTagClassName
{
color: #BA48A8;
}
</style>
background-color css
<style>
a { background-color: #BA48A8; }
a { background-color: rgb(186,72,168); }
div.DivClassName
{
background-color: #BA48A8;
}
.BgClassName
{
background-color: #BA48A8;
}
</style>
border-color css
<style>
span { border-color: #BA48A8; }
span { border-color: rgb(186,72,168); }
td.TdClassName
{
border-color: #BA48A8;
}
.TagClassName
{
border-color: #BA48A8;
}
</style>