Shades of Fuchsia #BA2ABA
Tints of Fuchsia #BA2ABA
RGB
CMYK
RGB Variations
Color information
#BA2ABA (or 0xBA2ABA) is known color: Fuchsia. HEX triplet: BA, 2A and BA. RGB value is (186,42,186). Sum of RGB (Red+Green+Blue) = 186+42+186=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA2ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ABA is #45D545. Grayscale: #656565. Windows color (decimal): -4576582 or 12200634. OLE color: 12200634.
HSL color Cylindrical-coordinate representation of color #BA2ABA: hue angle of 300º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2ABA is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 186 | - |
| CMYK | 0 | 0.77 | 0 | 0.27 |
| HSL | 300º | 0.63% | 0.45% | - |
| HSV(B) | 300º | 0.77% | 0.73% | - |
| XYZ | 29.94 | 15.64 | 47.9 | - |
| YUV | 101.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 186 | 0 | 0.77 | 0 | 0.27 | 300 | 0.63 | 0.45 |
| Hex | BA | 2A | BA | 0 | 4D | 0 | 1B | 12C | 3F | 2D |
| Octal | 272 | 52 | 272 | 0 | 115 | 0 | 33 | 454 | 77 | 55 |
| Binary | 10111010 | 101010 | 10111010 | 0 | 1001101 | 0 | 11011 | 100101100 | 111111 | 101101 |
Color Harmonies of #BA2ABA
Complementary color
Monochromatic Colors of #BA2ABA
Black with #BA2ABA
Text Example
Text Example
White with #BA2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ABA; }
p { color: rgb(186,42,186); }
H1.HeaderClassName
{
color: #BA2ABA;
}
.AnyTagClassName
{
color: #BA2ABA;
}
</style>
background-color css
<style>
a { background-color: #BA2ABA; }
a { background-color: rgb(186,42,186); }
div.DivClassName
{
background-color: #BA2ABA;
}
.BgClassName
{
background-color: #BA2ABA;
}
</style>
border-color css
<style>
span { border-color: #BA2ABA; }
span { border-color: rgb(186,42,186); }
td.TdClassName
{
border-color: #BA2ABA;
}
.TagClassName
{
border-color: #BA2ABA;
}
</style>