Shades of Fuchsia #BA29B1
Tints of Fuchsia #BA29B1
RGB
CMYK
RGB Variations
Color information
#BA29B1 (or 0xBA29B1) is known color: Fuchsia. HEX triplet: BA, 29 and B1. RGB value is (186,41,177). Sum of RGB (Red+Green+Blue) = 186+41+177=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA29B1 is #45D64E. Grayscale: #636363. Windows color (decimal): -4576847 or 11610554. OLE color: 11610554.
HSL color Cylindrical-coordinate representation of color #BA29B1: hue angle of 303.72º 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 #BA29B1 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 177 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.27 |
| HSL | 303.72º | 0.64% | 0.45% | - |
| HSV(B) | 303.72º | 0.78% | 0.73% | - |
| XYZ | 28.98 | 15.2 | 43 | - |
| YUV | 99.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 177 | 0 | 0.78 | 0.05 | 0.27 | 303.72 | 0.64 | 0.45 |
| Hex | BA | 29 | B1 | 0 | 4E | 5 | 1B | 130 | 40 | 2D |
| Octal | 272 | 51 | 261 | 0 | 116 | 5 | 33 | 460 | 100 | 55 |
| Binary | 10111010 | 101001 | 10110001 | 0 | 1001110 | 101 | 11011 | 100110000 | 1000000 | 101101 |
Color Harmonies of #BA29B1
Complementary color
Monochromatic Colors of #BA29B1
Black with #BA29B1
Text Example
Text Example
White with #BA29B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29B1; }
p { color: rgb(186,41,177); }
H1.HeaderClassName
{
color: #BA29B1;
}
.AnyTagClassName
{
color: #BA29B1;
}
</style>
background-color css
<style>
a { background-color: #BA29B1; }
a { background-color: rgb(186,41,177); }
div.DivClassName
{
background-color: #BA29B1;
}
.BgClassName
{
background-color: #BA29B1;
}
</style>
border-color css
<style>
span { border-color: #BA29B1; }
span { border-color: rgb(186,41,177); }
td.TdClassName
{
border-color: #BA29B1;
}
.TagClassName
{
border-color: #BA29B1;
}
</style>