Shades of Fuchsia #BA49C3
Tints of Fuchsia #BA49C3
RGB
CMYK
RGB Variations
Color information
#BA49C3 (or 0xBA49C3) is known color: Fuchsia. HEX triplet: BA, 49 and C3. RGB value is (186,73,195). Sum of RGB (Red+Green+Blue) = 186+73+195=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA49C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49C3 is #45B63C. Grayscale: #787878. Windows color (decimal): -4568637 or 12798394. OLE color: 12798394.
HSL color Cylindrical-coordinate representation of color #BA49C3: hue angle of 295.57º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA49C3 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 73 | 195 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.24 |
| HSL | 295.57º | 0.5% | 0.53% | - |
| HSV(B) | 295.57º | 0.63% | 0.76% | - |
| XYZ | 32.48 | 19.14 | 53.61 | - |
| YUV | 120.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 195 | 0.05 | 0.63 | 0 | 0.24 | 295.57 | 0.5 | 0.53 |
| Hex | BA | 49 | C3 | 5 | 3F | 0 | 18 | 128 | 32 | 35 |
| Octal | 272 | 111 | 303 | 5 | 77 | 0 | 30 | 450 | 62 | 65 |
| Binary | 10111010 | 1001001 | 11000011 | 101 | 111111 | 0 | 11000 | 100101000 | 110010 | 110101 |
Color Harmonies of #BA49C3
Complementary color
Monochromatic Colors of #BA49C3
Black with #BA49C3
Text Example
Text Example
White with #BA49C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49C3; }
p { color: rgb(186,73,195); }
H1.HeaderClassName
{
color: #BA49C3;
}
.AnyTagClassName
{
color: #BA49C3;
}
</style>
background-color css
<style>
a { background-color: #BA49C3; }
a { background-color: rgb(186,73,195); }
div.DivClassName
{
background-color: #BA49C3;
}
.BgClassName
{
background-color: #BA49C3;
}
</style>
border-color css
<style>
span { border-color: #BA49C3; }
span { border-color: rgb(186,73,195); }
td.TdClassName
{
border-color: #BA49C3;
}
.TagClassName
{
border-color: #BA49C3;
}
</style>