Shades of Fuchsia #BA49B4
Tints of Fuchsia #BA49B4
RGB
CMYK
RGB Variations
Color information
#BA49B4 (or 0xBA49B4) is known color: Fuchsia. HEX triplet: BA, 49 and B4. RGB value is (186,73,180). Sum of RGB (Red+Green+Blue) = 186+73+180=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49B4 is #45B64B. Grayscale: #767676. Windows color (decimal): -4568652 or 11815354. OLE color: 11815354.
HSL color Cylindrical-coordinate representation of color #BA49B4: hue angle of 303.19º 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 #BA49B4 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 180 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.27 |
| HSL | 303.19º | 0.45% | 0.51% | - |
| HSV(B) | 303.19º | 0.61% | 0.73% | - |
| XYZ | 30.87 | 18.5 | 45.12 | - |
| YUV | 118.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 180 | 0 | 0.61 | 0.03 | 0.27 | 303.19 | 0.45 | 0.51 |
| Hex | BA | 49 | B4 | 0 | 3D | 3 | 1B | 12F | 2D | 33 |
| Octal | 272 | 111 | 264 | 0 | 75 | 3 | 33 | 457 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10110100 | 0 | 111101 | 11 | 11011 | 100101111 | 101101 | 110011 |
Color Harmonies of #BA49B4
Complementary color
Monochromatic Colors of #BA49B4
Black with #BA49B4
Text Example
Text Example
White with #BA49B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49B4; }
p { color: rgb(186,73,180); }
H1.HeaderClassName
{
color: #BA49B4;
}
.AnyTagClassName
{
color: #BA49B4;
}
</style>
background-color css
<style>
a { background-color: #BA49B4; }
a { background-color: rgb(186,73,180); }
div.DivClassName
{
background-color: #BA49B4;
}
.BgClassName
{
background-color: #BA49B4;
}
</style>
border-color css
<style>
span { border-color: #BA49B4; }
span { border-color: rgb(186,73,180); }
td.TdClassName
{
border-color: #BA49B4;
}
.TagClassName
{
border-color: #BA49B4;
}
</style>