Shades of Fuchsia #BA49B0
Tints of Fuchsia #BA49B0
RGB
CMYK
RGB Variations
Color information
#BA49B0 (or 0xBA49B0) is known color: Fuchsia. HEX triplet: BA, 49 and B0. RGB value is (186,73,176). Sum of RGB (Red+Green+Blue) = 186+73+176=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49B0 is #45B64F. Grayscale: #767676. Windows color (decimal): -4568656 or 11553210. OLE color: 11553210.
HSL color Cylindrical-coordinate representation of color #BA49B0: hue angle of 305.31º 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 #BA49B0 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 176 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.27 |
| HSL | 305.31º | 0.45% | 0.51% | - |
| HSV(B) | 305.31º | 0.61% | 0.73% | - |
| XYZ | 30.47 | 18.34 | 43.01 | - |
| YUV | 118.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 176 | 0 | 0.61 | 0.05 | 0.27 | 305.31 | 0.45 | 0.51 |
| Hex | BA | 49 | B0 | 0 | 3D | 5 | 1B | 131 | 2D | 33 |
| Octal | 272 | 111 | 260 | 0 | 75 | 5 | 33 | 461 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10110000 | 0 | 111101 | 101 | 11011 | 100110001 | 101101 | 110011 |
Color Harmonies of #BA49B0
Complementary color
Monochromatic Colors of #BA49B0
Black with #BA49B0
Text Example
Text Example
White with #BA49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49B0; }
p { color: rgb(186,73,176); }
H1.HeaderClassName
{
color: #BA49B0;
}
.AnyTagClassName
{
color: #BA49B0;
}
</style>
background-color css
<style>
a { background-color: #BA49B0; }
a { background-color: rgb(186,73,176); }
div.DivClassName
{
background-color: #BA49B0;
}
.BgClassName
{
background-color: #BA49B0;
}
</style>
border-color css
<style>
span { border-color: #BA49B0; }
span { border-color: rgb(186,73,176); }
td.TdClassName
{
border-color: #BA49B0;
}
.TagClassName
{
border-color: #BA49B0;
}
</style>