Shades of Fuchsia #BA49B6
Tints of Fuchsia #BA49B6
RGB
CMYK
RGB Variations
Color information
#BA49B6 (or 0xBA49B6) is known color: Fuchsia. HEX triplet: BA, 49 and B6. RGB value is (186,73,182). Sum of RGB (Red+Green+Blue) = 186+73+182=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49B6 is #45B649. Grayscale: #767676. Windows color (decimal): -4568650 or 11946426. OLE color: 11946426.
HSL color Cylindrical-coordinate representation of color #BA49B6: hue angle of 302.12º 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 #BA49B6 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 182 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.27 |
| HSL | 302.12º | 0.45% | 0.51% | - |
| HSV(B) | 302.12º | 0.61% | 0.73% | - |
| XYZ | 31.08 | 18.58 | 46.2 | - |
| YUV | 119.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 182 | 0 | 0.61 | 0.02 | 0.27 | 302.12 | 0.45 | 0.51 |
| Hex | BA | 49 | B6 | 0 | 3D | 2 | 1B | 12E | 2D | 33 |
| Octal | 272 | 111 | 266 | 0 | 75 | 2 | 33 | 456 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10110110 | 0 | 111101 | 10 | 11011 | 100101110 | 101101 | 110011 |
Color Harmonies of #BA49B6
Complementary color
Monochromatic Colors of #BA49B6
Black with #BA49B6
Text Example
Text Example
White with #BA49B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49B6; }
p { color: rgb(186,73,182); }
H1.HeaderClassName
{
color: #BA49B6;
}
.AnyTagClassName
{
color: #BA49B6;
}
</style>
background-color css
<style>
a { background-color: #BA49B6; }
a { background-color: rgb(186,73,182); }
div.DivClassName
{
background-color: #BA49B6;
}
.BgClassName
{
background-color: #BA49B6;
}
</style>
border-color css
<style>
span { border-color: #BA49B6; }
span { border-color: rgb(186,73,182); }
td.TdClassName
{
border-color: #BA49B6;
}
.TagClassName
{
border-color: #BA49B6;
}
</style>