Shades of Fuchsia #BA3BA9
Tints of Fuchsia #BA3BA9
RGB
CMYK
RGB Variations
Color information
#BA3BA9 (or 0xBA3BA9) is known color: Fuchsia. HEX triplet: BA, 3B and A9. RGB value is (186,59,169). Sum of RGB (Red+Green+Blue) = 186+59+169=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BA9 is #45C456. Grayscale: #6D6D6D. Windows color (decimal): -4572247 or 11090874. OLE color: 11090874.
HSL color Cylindrical-coordinate representation of color #BA3BA9: hue angle of 308.03º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3BA9 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 169 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.27 |
| HSL | 308.03º | 0.52% | 0.48% | - |
| HSV(B) | 308.03º | 0.68% | 0.73% | - |
| XYZ | 28.98 | 16.43 | 39.18 | - |
| YUV | 109.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 169 | 0 | 0.68 | 0.09 | 0.27 | 308.03 | 0.52 | 0.48 |
| Hex | BA | 3B | A9 | 0 | 44 | 9 | 1B | 134 | 34 | 30 |
| Octal | 272 | 73 | 251 | 0 | 104 | 11 | 33 | 464 | 64 | 60 |
| Binary | 10111010 | 111011 | 10101001 | 0 | 1000100 | 1001 | 11011 | 100110100 | 110100 | 110000 |
Color Harmonies of #BA3BA9
Complementary color
Monochromatic Colors of #BA3BA9
Black with #BA3BA9
Text Example
Text Example
White with #BA3BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BA9; }
p { color: rgb(186,59,169); }
H1.HeaderClassName
{
color: #BA3BA9;
}
.AnyTagClassName
{
color: #BA3BA9;
}
</style>
background-color css
<style>
a { background-color: #BA3BA9; }
a { background-color: rgb(186,59,169); }
div.DivClassName
{
background-color: #BA3BA9;
}
.BgClassName
{
background-color: #BA3BA9;
}
</style>
border-color css
<style>
span { border-color: #BA3BA9; }
span { border-color: rgb(186,59,169); }
td.TdClassName
{
border-color: #BA3BA9;
}
.TagClassName
{
border-color: #BA3BA9;
}
</style>