Shades of Fuchsia #BA41B5
Tints of Fuchsia #BA41B5
RGB
CMYK
RGB Variations
Color information
#BA41B5 (or 0xBA41B5) is known color: Fuchsia. HEX triplet: BA, 41 and B5. RGB value is (186,65,181). Sum of RGB (Red+Green+Blue) = 186+65+181=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41B5 is #45BE4A. Grayscale: #727272. Windows color (decimal): -4570699 or 11878842. OLE color: 11878842.
HSL color Cylindrical-coordinate representation of color #BA41B5: hue angle of 302.48º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA41B5 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 181 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.27 |
| HSL | 302.48º | 0.48% | 0.49% | - |
| HSV(B) | 302.48º | 0.65% | 0.73% | - |
| XYZ | 30.48 | 17.56 | 45.5 | - |
| YUV | 114.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 181 | 0 | 0.65 | 0.03 | 0.27 | 302.48 | 0.48 | 0.49 |
| Hex | BA | 41 | B5 | 0 | 41 | 3 | 1B | 12E | 30 | 31 |
| Octal | 272 | 101 | 265 | 0 | 101 | 3 | 33 | 456 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10110101 | 0 | 1000001 | 11 | 11011 | 100101110 | 110000 | 110001 |
Color Harmonies of #BA41B5
Complementary color
Monochromatic Colors of #BA41B5
Black with #BA41B5
Text Example
Text Example
White with #BA41B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41B5; }
p { color: rgb(186,65,181); }
H1.HeaderClassName
{
color: #BA41B5;
}
.AnyTagClassName
{
color: #BA41B5;
}
</style>
background-color css
<style>
a { background-color: #BA41B5; }
a { background-color: rgb(186,65,181); }
div.DivClassName
{
background-color: #BA41B5;
}
.BgClassName
{
background-color: #BA41B5;
}
</style>
border-color css
<style>
span { border-color: #BA41B5; }
span { border-color: rgb(186,65,181); }
td.TdClassName
{
border-color: #BA41B5;
}
.TagClassName
{
border-color: #BA41B5;
}
</style>