Shades of Fuchsia #BA3BBA
Tints of Fuchsia #BA3BBA
RGB
CMYK
RGB Variations
Color information
#BA3BBA (or 0xBA3BBA) is known color: Fuchsia. HEX triplet: BA, 3B and BA. RGB value is (186,59,186). Sum of RGB (Red+Green+Blue) = 186+59+186=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA3BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BBA is #45C445. Grayscale: #6F6F6F. Windows color (decimal): -4572230 or 12204986. OLE color: 12204986.
HSL color Cylindrical-coordinate representation of color #BA3BBA: hue angle of 300º 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 #BA3BBA is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 186 | - |
| CMYK | 0 | 0.68 | 0 | 0.27 |
| HSL | 300º | 0.52% | 0.48% | - |
| HSV(B) | 300º | 0.68% | 0.73% | - |
| XYZ | 30.68 | 17.11 | 48.14 | - |
| YUV | 111.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 186 | 0 | 0.68 | 0 | 0.27 | 300 | 0.52 | 0.48 |
| Hex | BA | 3B | BA | 0 | 44 | 0 | 1B | 12C | 34 | 30 |
| Octal | 272 | 73 | 272 | 0 | 104 | 0 | 33 | 454 | 64 | 60 |
| Binary | 10111010 | 111011 | 10111010 | 0 | 1000100 | 0 | 11011 | 100101100 | 110100 | 110000 |
Color Harmonies of #BA3BBA
Complementary color
Monochromatic Colors of #BA3BBA
Black with #BA3BBA
Text Example
Text Example
White with #BA3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BBA; }
p { color: rgb(186,59,186); }
H1.HeaderClassName
{
color: #BA3BBA;
}
.AnyTagClassName
{
color: #BA3BBA;
}
</style>
background-color css
<style>
a { background-color: #BA3BBA; }
a { background-color: rgb(186,59,186); }
div.DivClassName
{
background-color: #BA3BBA;
}
.BgClassName
{
background-color: #BA3BBA;
}
</style>
border-color css
<style>
span { border-color: #BA3BBA; }
span { border-color: rgb(186,59,186); }
td.TdClassName
{
border-color: #BA3BBA;
}
.TagClassName
{
border-color: #BA3BBA;
}
</style>