Shades of Fuchsia #BA29B0
Tints of Fuchsia #BA29B0
RGB
CMYK
RGB Variations
Color information
#BA29B0 (or 0xBA29B0) is known color: Fuchsia. HEX triplet: BA, 29 and B0. RGB value is (186,41,176). Sum of RGB (Red+Green+Blue) = 186+41+176=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29B0 is #45D64F. Grayscale: #636363. Windows color (decimal): -4576848 or 11545018. OLE color: 11545018.
HSL color Cylindrical-coordinate representation of color #BA29B0: hue angle of 304.14º 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 #BA29B0 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 176 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.27 |
| HSL | 304.14º | 0.64% | 0.45% | - |
| HSV(B) | 304.14º | 0.78% | 0.73% | - |
| XYZ | 28.88 | 15.16 | 42.48 | - |
| YUV | 99.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 176 | 0 | 0.78 | 0.05 | 0.27 | 304.14 | 0.64 | 0.45 |
| Hex | BA | 29 | B0 | 0 | 4E | 5 | 1B | 130 | 40 | 2D |
| Octal | 272 | 51 | 260 | 0 | 116 | 5 | 33 | 460 | 100 | 55 |
| Binary | 10111010 | 101001 | 10110000 | 0 | 1001110 | 101 | 11011 | 100110000 | 1000000 | 101101 |
Color Harmonies of #BA29B0
Complementary color
Monochromatic Colors of #BA29B0
Black with #BA29B0
Text Example
Text Example
White with #BA29B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29B0; }
p { color: rgb(186,41,176); }
H1.HeaderClassName
{
color: #BA29B0;
}
.AnyTagClassName
{
color: #BA29B0;
}
</style>
background-color css
<style>
a { background-color: #BA29B0; }
a { background-color: rgb(186,41,176); }
div.DivClassName
{
background-color: #BA29B0;
}
.BgClassName
{
background-color: #BA29B0;
}
</style>
border-color css
<style>
span { border-color: #BA29B0; }
span { border-color: rgb(186,41,176); }
td.TdClassName
{
border-color: #BA29B0;
}
.TagClassName
{
border-color: #BA29B0;
}
</style>