Shades of Fuchsia #BA48B5
Tints of Fuchsia #BA48B5
RGB
CMYK
RGB Variations
Color information
#BA48B5 (or 0xBA48B5) is known color: Fuchsia. HEX triplet: BA, 48 and B5. RGB value is (186,72,181). Sum of RGB (Red+Green+Blue) = 186+72+181=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48B5 is #45B74A. Grayscale: #767676. Windows color (decimal): -4568907 or 11880634. OLE color: 11880634.
HSL color Cylindrical-coordinate representation of color #BA48B5: hue angle of 302.63º 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 #BA48B5 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 181 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.27 |
| HSL | 302.63º | 0.45% | 0.51% | - |
| HSV(B) | 302.63º | 0.61% | 0.73% | - |
| XYZ | 30.91 | 18.41 | 45.64 | - |
| YUV | 118.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 181 | 0 | 0.61 | 0.03 | 0.27 | 302.63 | 0.45 | 0.51 |
| Hex | BA | 48 | B5 | 0 | 3D | 3 | 1B | 12F | 2D | 33 |
| Octal | 272 | 110 | 265 | 0 | 75 | 3 | 33 | 457 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10110101 | 0 | 111101 | 11 | 11011 | 100101111 | 101101 | 110011 |
Color Harmonies of #BA48B5
Complementary color
Monochromatic Colors of #BA48B5
Black with #BA48B5
Text Example
Text Example
White with #BA48B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48B5; }
p { color: rgb(186,72,181); }
H1.HeaderClassName
{
color: #BA48B5;
}
.AnyTagClassName
{
color: #BA48B5;
}
</style>
background-color css
<style>
a { background-color: #BA48B5; }
a { background-color: rgb(186,72,181); }
div.DivClassName
{
background-color: #BA48B5;
}
.BgClassName
{
background-color: #BA48B5;
}
</style>
border-color css
<style>
span { border-color: #BA48B5; }
span { border-color: rgb(186,72,181); }
td.TdClassName
{
border-color: #BA48B5;
}
.TagClassName
{
border-color: #BA48B5;
}
</style>