Shades of Fuchsia #BA3BB9
Tints of Fuchsia #BA3BB9
RGB
CMYK
RGB Variations
Color information
#BA3BB9 (or 0xBA3BB9) is known color: Fuchsia. HEX triplet: BA, 3B and B9. RGB value is (186,59,185). Sum of RGB (Red+Green+Blue) = 186+59+185=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BB9 is #45C446. Grayscale: #6E6E6E. Windows color (decimal): -4572231 or 12139450. OLE color: 12139450.
HSL color Cylindrical-coordinate representation of color #BA3BB9: hue angle of 300.47º 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 #BA3BB9 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 185 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.27 |
| HSL | 300.47º | 0.52% | 0.48% | - |
| HSV(B) | 300.47º | 0.68% | 0.73% | - |
| XYZ | 30.57 | 17.07 | 47.58 | - |
| YUV | 111.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 185 | 0 | 0.68 | 0.01 | 0.27 | 300.47 | 0.52 | 0.48 |
| Hex | BA | 3B | B9 | 0 | 44 | 1 | 1B | 12C | 34 | 30 |
| Octal | 272 | 73 | 271 | 0 | 104 | 1 | 33 | 454 | 64 | 60 |
| Binary | 10111010 | 111011 | 10111001 | 0 | 1000100 | 1 | 11011 | 100101100 | 110100 | 110000 |
Color Harmonies of #BA3BB9
Complementary color
Monochromatic Colors of #BA3BB9
Black with #BA3BB9
Text Example
Text Example
White with #BA3BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BB9; }
p { color: rgb(186,59,185); }
H1.HeaderClassName
{
color: #BA3BB9;
}
.AnyTagClassName
{
color: #BA3BB9;
}
</style>
background-color css
<style>
a { background-color: #BA3BB9; }
a { background-color: rgb(186,59,185); }
div.DivClassName
{
background-color: #BA3BB9;
}
.BgClassName
{
background-color: #BA3BB9;
}
</style>
border-color css
<style>
span { border-color: #BA3BB9; }
span { border-color: rgb(186,59,185); }
td.TdClassName
{
border-color: #BA3BB9;
}
.TagClassName
{
border-color: #BA3BB9;
}
</style>