Shades of Fuchsia #BA29B5
Tints of Fuchsia #BA29B5
RGB
CMYK
RGB Variations
Color information
#BA29B5 (or 0xBA29B5) is known color: Fuchsia. HEX triplet: BA, 29 and B5. RGB value is (186,41,181). Sum of RGB (Red+Green+Blue) = 186+41+181=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29B5 is #45D64A. Grayscale: #636363. Windows color (decimal): -4576843 or 11872698. OLE color: 11872698.
HSL color Cylindrical-coordinate representation of color #BA29B5: hue angle of 302.07º 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 #BA29B5 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 181 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.27 |
| HSL | 302.07º | 0.64% | 0.45% | - |
| HSV(B) | 302.07º | 0.78% | 0.73% | - |
| XYZ | 29.38 | 15.36 | 45.13 | - |
| YUV | 100.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 181 | 0 | 0.78 | 0.03 | 0.27 | 302.07 | 0.64 | 0.45 |
| Hex | BA | 29 | B5 | 0 | 4E | 3 | 1B | 12E | 40 | 2D |
| Octal | 272 | 51 | 265 | 0 | 116 | 3 | 33 | 456 | 100 | 55 |
| Binary | 10111010 | 101001 | 10110101 | 0 | 1001110 | 11 | 11011 | 100101110 | 1000000 | 101101 |
Color Harmonies of #BA29B5
Complementary color
Monochromatic Colors of #BA29B5
Black with #BA29B5
Text Example
Text Example
White with #BA29B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29B5; }
p { color: rgb(186,41,181); }
H1.HeaderClassName
{
color: #BA29B5;
}
.AnyTagClassName
{
color: #BA29B5;
}
</style>
background-color css
<style>
a { background-color: #BA29B5; }
a { background-color: rgb(186,41,181); }
div.DivClassName
{
background-color: #BA29B5;
}
.BgClassName
{
background-color: #BA29B5;
}
</style>
border-color css
<style>
span { border-color: #BA29B5; }
span { border-color: rgb(186,41,181); }
td.TdClassName
{
border-color: #BA29B5;
}
.TagClassName
{
border-color: #BA29B5;
}
</style>