Shades of Fuchsia #BA29B4
Tints of Fuchsia #BA29B4
RGB
CMYK
RGB Variations
Color information
#BA29B4 (or 0xBA29B4) is known color: Fuchsia. HEX triplet: BA, 29 and B4. RGB value is (186,41,180). Sum of RGB (Red+Green+Blue) = 186+41+180=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA29B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29B4 is #45D64B. Grayscale: #636363. Windows color (decimal): -4576844 or 11807162. OLE color: 11807162.
HSL color Cylindrical-coordinate representation of color #BA29B4: hue angle of 302.48º 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 #BA29B4 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 180 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.27 |
| HSL | 302.48º | 0.64% | 0.45% | - |
| HSV(B) | 302.48º | 0.78% | 0.73% | - |
| XYZ | 29.28 | 15.32 | 44.59 | - |
| YUV | 100.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 180 | 0 | 0.78 | 0.03 | 0.27 | 302.48 | 0.64 | 0.45 |
| Hex | BA | 29 | B4 | 0 | 4E | 3 | 1B | 12E | 40 | 2D |
| Octal | 272 | 51 | 264 | 0 | 116 | 3 | 33 | 456 | 100 | 55 |
| Binary | 10111010 | 101001 | 10110100 | 0 | 1001110 | 11 | 11011 | 100101110 | 1000000 | 101101 |
Color Harmonies of #BA29B4
Complementary color
Monochromatic Colors of #BA29B4
Black with #BA29B4
Text Example
Text Example
White with #BA29B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29B4; }
p { color: rgb(186,41,180); }
H1.HeaderClassName
{
color: #BA29B4;
}
.AnyTagClassName
{
color: #BA29B4;
}
</style>
background-color css
<style>
a { background-color: #BA29B4; }
a { background-color: rgb(186,41,180); }
div.DivClassName
{
background-color: #BA29B4;
}
.BgClassName
{
background-color: #BA29B4;
}
</style>
border-color css
<style>
span { border-color: #BA29B4; }
span { border-color: rgb(186,41,180); }
td.TdClassName
{
border-color: #BA29B4;
}
.TagClassName
{
border-color: #BA29B4;
}
</style>