Shades of Fuchsia #BA48AF
Tints of Fuchsia #BA48AF
RGB
CMYK
RGB Variations
Color information
#BA48AF (or 0xBA48AF) is known color: Fuchsia. HEX triplet: BA, 48 and AF. RGB value is (186,72,175). Sum of RGB (Red+Green+Blue) = 186+72+175=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA48AF is #45B750. Grayscale: #757575. Windows color (decimal): -4568913 or 11487418. OLE color: 11487418.
HSL color Cylindrical-coordinate representation of color #BA48AF: hue angle of 305.79º 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 #BA48AF is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 175 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.27 |
| HSL | 305.79º | 0.45% | 0.51% | - |
| HSV(B) | 305.79º | 0.61% | 0.73% | - |
| XYZ | 30.3 | 18.17 | 42.47 | - |
| YUV | 117.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 175 | 0 | 0.61 | 0.06 | 0.27 | 305.79 | 0.45 | 0.51 |
| Hex | BA | 48 | AF | 0 | 3D | 6 | 1B | 132 | 2D | 33 |
| Octal | 272 | 110 | 257 | 0 | 75 | 6 | 33 | 462 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10101111 | 0 | 111101 | 110 | 11011 | 100110010 | 101101 | 110011 |
Color Harmonies of #BA48AF
Complementary color
Monochromatic Colors of #BA48AF
Black with #BA48AF
Text Example
Text Example
White with #BA48AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48AF; }
p { color: rgb(186,72,175); }
H1.HeaderClassName
{
color: #BA48AF;
}
.AnyTagClassName
{
color: #BA48AF;
}
</style>
background-color css
<style>
a { background-color: #BA48AF; }
a { background-color: rgb(186,72,175); }
div.DivClassName
{
background-color: #BA48AF;
}
.BgClassName
{
background-color: #BA48AF;
}
</style>
border-color css
<style>
span { border-color: #BA48AF; }
span { border-color: rgb(186,72,175); }
td.TdClassName
{
border-color: #BA48AF;
}
.TagClassName
{
border-color: #BA48AF;
}
</style>