Shades of Fuchsia #BA3BB5
Tints of Fuchsia #BA3BB5
RGB
CMYK
RGB Variations
Color information
#BA3BB5 (or 0xBA3BB5) is known color: Fuchsia. HEX triplet: BA, 3B and B5. RGB value is (186,59,181). Sum of RGB (Red+Green+Blue) = 186+59+181=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BB5 is #45C44A. Grayscale: #6E6E6E. Windows color (decimal): -4572235 or 11877306. OLE color: 11877306.
HSL color Cylindrical-coordinate representation of color #BA3BB5: hue angle of 302.36º 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 #BA3BB5 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 181 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.27 |
| HSL | 302.36º | 0.52% | 0.48% | - |
| HSV(B) | 302.36º | 0.68% | 0.73% | - |
| XYZ | 30.15 | 16.9 | 45.39 | - |
| YUV | 110.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 181 | 0 | 0.68 | 0.03 | 0.27 | 302.36 | 0.52 | 0.48 |
| Hex | BA | 3B | B5 | 0 | 44 | 3 | 1B | 12E | 34 | 30 |
| Octal | 272 | 73 | 265 | 0 | 104 | 3 | 33 | 456 | 64 | 60 |
| Binary | 10111010 | 111011 | 10110101 | 0 | 1000100 | 11 | 11011 | 100101110 | 110100 | 110000 |
Color Harmonies of #BA3BB5
Complementary color
Monochromatic Colors of #BA3BB5
Black with #BA3BB5
Text Example
Text Example
White with #BA3BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BB5; }
p { color: rgb(186,59,181); }
H1.HeaderClassName
{
color: #BA3BB5;
}
.AnyTagClassName
{
color: #BA3BB5;
}
</style>
background-color css
<style>
a { background-color: #BA3BB5; }
a { background-color: rgb(186,59,181); }
div.DivClassName
{
background-color: #BA3BB5;
}
.BgClassName
{
background-color: #BA3BB5;
}
</style>
border-color css
<style>
span { border-color: #BA3BB5; }
span { border-color: rgb(186,59,181); }
td.TdClassName
{
border-color: #BA3BB5;
}
.TagClassName
{
border-color: #BA3BB5;
}
</style>