Shades of Fuchsia #BA2EB5
Tints of Fuchsia #BA2EB5
RGB
CMYK
RGB Variations
Color information
#BA2EB5 (or 0xBA2EB5) is known color: Fuchsia. HEX triplet: BA, 2E and B5. RGB value is (186,46,181). Sum of RGB (Red+Green+Blue) = 186+46+181=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EB5 is #45D14A. Grayscale: #666666. Windows color (decimal): -4575563 or 11873978. OLE color: 11873978.
HSL color Cylindrical-coordinate representation of color #BA2EB5: hue angle of 302.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2EB5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 181 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.27 |
| HSL | 302.14º | 0.6% | 0.45% | - |
| HSV(B) | 302.14º | 0.75% | 0.73% | - |
| XYZ | 29.57 | 15.73 | 45.19 | - |
| YUV | 103.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 181 | 0 | 0.75 | 0.03 | 0.27 | 302.14 | 0.6 | 0.45 |
| Hex | BA | 2E | B5 | 0 | 4B | 3 | 1B | 12E | 3C | 2D |
| Octal | 272 | 56 | 265 | 0 | 113 | 3 | 33 | 456 | 74 | 55 |
| Binary | 10111010 | 101110 | 10110101 | 0 | 1001011 | 11 | 11011 | 100101110 | 111100 | 101101 |
Color Harmonies of #BA2EB5
Complementary color
Monochromatic Colors of #BA2EB5
Black with #BA2EB5
Text Example
Text Example
White with #BA2EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EB5; }
p { color: rgb(186,46,181); }
H1.HeaderClassName
{
color: #BA2EB5;
}
.AnyTagClassName
{
color: #BA2EB5;
}
</style>
background-color css
<style>
a { background-color: #BA2EB5; }
a { background-color: rgb(186,46,181); }
div.DivClassName
{
background-color: #BA2EB5;
}
.BgClassName
{
background-color: #BA2EB5;
}
</style>
border-color css
<style>
span { border-color: #BA2EB5; }
span { border-color: rgb(186,46,181); }
td.TdClassName
{
border-color: #BA2EB5;
}
.TagClassName
{
border-color: #BA2EB5;
}
</style>