Shades of Fuchsia #BA49B2
Tints of Fuchsia #BA49B2
RGB
CMYK
RGB Variations
Color information
#BA49B2 (or 0xBA49B2) is known color: Fuchsia. HEX triplet: BA, 49 and B2. RGB value is (186,73,178). Sum of RGB (Red+Green+Blue) = 186+73+178=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49B2 is #45B64D. Grayscale: #767676. Windows color (decimal): -4568654 or 11684282. OLE color: 11684282.
HSL color Cylindrical-coordinate representation of color #BA49B2: hue angle of 304.25º 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 #BA49B2 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 178 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.27 |
| HSL | 304.25º | 0.45% | 0.51% | - |
| HSV(B) | 304.25º | 0.61% | 0.73% | - |
| XYZ | 30.67 | 18.42 | 44.06 | - |
| YUV | 118.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 178 | 0 | 0.61 | 0.04 | 0.27 | 304.25 | 0.45 | 0.51 |
| Hex | BA | 49 | B2 | 0 | 3D | 4 | 1B | 130 | 2D | 33 |
| Octal | 272 | 111 | 262 | 0 | 75 | 4 | 33 | 460 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10110010 | 0 | 111101 | 100 | 11011 | 100110000 | 101101 | 110011 |
Color Harmonies of #BA49B2
Complementary color
Monochromatic Colors of #BA49B2
Black with #BA49B2
Text Example
Text Example
White with #BA49B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49B2; }
p { color: rgb(186,73,178); }
H1.HeaderClassName
{
color: #BA49B2;
}
.AnyTagClassName
{
color: #BA49B2;
}
</style>
background-color css
<style>
a { background-color: #BA49B2; }
a { background-color: rgb(186,73,178); }
div.DivClassName
{
background-color: #BA49B2;
}
.BgClassName
{
background-color: #BA49B2;
}
</style>
border-color css
<style>
span { border-color: #BA49B2; }
span { border-color: rgb(186,73,178); }
td.TdClassName
{
border-color: #BA49B2;
}
.TagClassName
{
border-color: #BA49B2;
}
</style>