Shades of Fuchsia #BA49B5
Tints of Fuchsia #BA49B5
RGB
CMYK
RGB Variations
Color information
#BA49B5 (or 0xBA49B5) is known color: Fuchsia. HEX triplet: BA, 49 and B5. RGB value is (186,73,181). Sum of RGB (Red+Green+Blue) = 186+73+181=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49B5 is #45B64A. Grayscale: #767676. Windows color (decimal): -4568651 or 11880890. OLE color: 11880890.
HSL color Cylindrical-coordinate representation of color #BA49B5: hue angle of 302.65º 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 #BA49B5 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 181 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.27 |
| HSL | 302.65º | 0.45% | 0.51% | - |
| HSV(B) | 302.65º | 0.61% | 0.73% | - |
| XYZ | 30.97 | 18.54 | 45.66 | - |
| YUV | 119.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 181 | 0 | 0.61 | 0.03 | 0.27 | 302.65 | 0.45 | 0.51 |
| Hex | BA | 49 | B5 | 0 | 3D | 3 | 1B | 12F | 2D | 33 |
| Octal | 272 | 111 | 265 | 0 | 75 | 3 | 33 | 457 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10110101 | 0 | 111101 | 11 | 11011 | 100101111 | 101101 | 110011 |
Color Harmonies of #BA49B5
Complementary color
Monochromatic Colors of #BA49B5
Black with #BA49B5
Text Example
Text Example
White with #BA49B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49B5; }
p { color: rgb(186,73,181); }
H1.HeaderClassName
{
color: #BA49B5;
}
.AnyTagClassName
{
color: #BA49B5;
}
</style>
background-color css
<style>
a { background-color: #BA49B5; }
a { background-color: rgb(186,73,181); }
div.DivClassName
{
background-color: #BA49B5;
}
.BgClassName
{
background-color: #BA49B5;
}
</style>
border-color css
<style>
span { border-color: #BA49B5; }
span { border-color: rgb(186,73,181); }
td.TdClassName
{
border-color: #BA49B5;
}
.TagClassName
{
border-color: #BA49B5;
}
</style>