Shades of Fuchsia #BA48BB
Tints of Fuchsia #BA48BB
RGB
CMYK
RGB Variations
Color information
#BA48BB (or 0xBA48BB) is known color: Fuchsia. HEX triplet: BA, 48 and BB. RGB value is (186,72,187). Sum of RGB (Red+Green+Blue) = 186+72+187=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48BB is #45B744. Grayscale: #767676. Windows color (decimal): -4568901 or 12273850. OLE color: 12273850.
HSL color Cylindrical-coordinate representation of color #BA48BB: hue angle of 299.48º degrees, saturation: 0.46, 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 #BA48BB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 187 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.27 |
| HSL | 299.48º | 0.46% | 0.51% | - |
| HSV(B) | 299.48º | 0.61% | 0.73% | - |
| XYZ | 31.54 | 18.66 | 48.95 | - |
| YUV | 119.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 187 | 0.01 | 0.61 | 0 | 0.27 | 299.48 | 0.46 | 0.51 |
| Hex | BA | 48 | BB | 1 | 3D | 0 | 1B | 12B | 2E | 33 |
| Octal | 272 | 110 | 273 | 1 | 75 | 0 | 33 | 453 | 56 | 63 |
| Binary | 10111010 | 1001000 | 10111011 | 1 | 111101 | 0 | 11011 | 100101011 | 101110 | 110011 |
Color Harmonies of #BA48BB
Complementary color
Monochromatic Colors of #BA48BB
Black with #BA48BB
Text Example
Text Example
White with #BA48BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48BB; }
p { color: rgb(186,72,187); }
H1.HeaderClassName
{
color: #BA48BB;
}
.AnyTagClassName
{
color: #BA48BB;
}
</style>
background-color css
<style>
a { background-color: #BA48BB; }
a { background-color: rgb(186,72,187); }
div.DivClassName
{
background-color: #BA48BB;
}
.BgClassName
{
background-color: #BA48BB;
}
</style>
border-color css
<style>
span { border-color: #BA48BB; }
span { border-color: rgb(186,72,187); }
td.TdClassName
{
border-color: #BA48BB;
}
.TagClassName
{
border-color: #BA48BB;
}
</style>