Shades of Fuchsia #BA3ABA
Tints of Fuchsia #BA3ABA
RGB
CMYK
RGB Variations
Color information
#BA3ABA (or 0xBA3ABA) is known color: Fuchsia. HEX triplet: BA, 3A and BA. RGB value is (186,58,186). Sum of RGB (Red+Green+Blue) = 186+58+186=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ABA is #45C545. Grayscale: #6E6E6E. Windows color (decimal): -4572486 or 12204730. OLE color: 12204730.
HSL color Cylindrical-coordinate representation of color #BA3ABA: 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.69%. Process color model (Four color, CMYK) of #BA3ABA is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 186 | - |
| CMYK | 0 | 0.69 | 0 | 0.27 |
| HSL | 300º | 0.52% | 0.48% | - |
| HSV(B) | 300º | 0.69% | 0.73% | - |
| XYZ | 30.63 | 17.01 | 48.12 | - |
| YUV | 110.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 186 | 0 | 0.69 | 0 | 0.27 | 300 | 0.52 | 0.48 |
| Hex | BA | 3A | BA | 0 | 45 | 0 | 1B | 12C | 34 | 30 |
| Octal | 272 | 72 | 272 | 0 | 105 | 0 | 33 | 454 | 64 | 60 |
| Binary | 10111010 | 111010 | 10111010 | 0 | 1000101 | 0 | 11011 | 100101100 | 110100 | 110000 |
Color Harmonies of #BA3ABA
Complementary color
Monochromatic Colors of #BA3ABA
Black with #BA3ABA
Text Example
Text Example
White with #BA3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ABA; }
p { color: rgb(186,58,186); }
H1.HeaderClassName
{
color: #BA3ABA;
}
.AnyTagClassName
{
color: #BA3ABA;
}
</style>
background-color css
<style>
a { background-color: #BA3ABA; }
a { background-color: rgb(186,58,186); }
div.DivClassName
{
background-color: #BA3ABA;
}
.BgClassName
{
background-color: #BA3ABA;
}
</style>
border-color css
<style>
span { border-color: #BA3ABA; }
span { border-color: rgb(186,58,186); }
td.TdClassName
{
border-color: #BA3ABA;
}
.TagClassName
{
border-color: #BA3ABA;
}
</style>