Shades of Fuchsia #BA29BA
Tints of Fuchsia #BA29BA
RGB
CMYK
RGB Variations
Color information
#BA29BA (or 0xBA29BA) is known color: Fuchsia. HEX triplet: BA, 29 and BA. RGB value is (186,41,186). Sum of RGB (Red+Green+Blue) = 186+41+186=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29BA is #45D645. Grayscale: #646464. Windows color (decimal): -4576838 or 12200378. OLE color: 12200378.
HSL color Cylindrical-coordinate representation of color #BA29BA: hue angle of 300º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA29BA is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 186 | - |
| CMYK | 0 | 0.78 | 0 | 0.27 |
| HSL | 300º | 0.64% | 0.45% | - |
| HSV(B) | 300º | 0.78% | 0.73% | - |
| XYZ | 29.91 | 15.57 | 47.88 | - |
| YUV | 100.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 186 | 0 | 0.78 | 0 | 0.27 | 300 | 0.64 | 0.45 |
| Hex | BA | 29 | BA | 0 | 4E | 0 | 1B | 12C | 40 | 2D |
| Octal | 272 | 51 | 272 | 0 | 116 | 0 | 33 | 454 | 100 | 55 |
| Binary | 10111010 | 101001 | 10111010 | 0 | 1001110 | 0 | 11011 | 100101100 | 1000000 | 101101 |
Color Harmonies of #BA29BA
Complementary color
Monochromatic Colors of #BA29BA
Black with #BA29BA
Text Example
Text Example
White with #BA29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29BA; }
p { color: rgb(186,41,186); }
H1.HeaderClassName
{
color: #BA29BA;
}
.AnyTagClassName
{
color: #BA29BA;
}
</style>
background-color css
<style>
a { background-color: #BA29BA; }
a { background-color: rgb(186,41,186); }
div.DivClassName
{
background-color: #BA29BA;
}
.BgClassName
{
background-color: #BA29BA;
}
</style>
border-color css
<style>
span { border-color: #BA29BA; }
span { border-color: rgb(186,41,186); }
td.TdClassName
{
border-color: #BA29BA;
}
.TagClassName
{
border-color: #BA29BA;
}
</style>