Shades of Fuchsia #BA2EC5
Tints of Fuchsia #BA2EC5
RGB
CMYK
RGB Variations
Color information
#BA2EC5 (or 0xBA2EC5) is known color: Fuchsia. HEX triplet: BA, 2E and C5. RGB value is (186,46,197). Sum of RGB (Red+Green+Blue) = 186+46+197=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA2EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EC5 is #45D13A. Grayscale: #686868. Windows color (decimal): -4575547 or 12922554. OLE color: 12922554.
HSL color Cylindrical-coordinate representation of color #BA2EC5: hue angle of 295.63º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2EC5 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 46 | 197 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.23 |
| HSL | 295.63º | 0.62% | 0.48% | - |
| HSV(B) | 295.63º | 0.77% | 0.77% | - |
| XYZ | 31.3 | 16.42 | 54.34 | - |
| YUV | 105.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 197 | 0.06 | 0.77 | 0 | 0.23 | 295.63 | 0.62 | 0.48 |
| Hex | BA | 2E | C5 | 6 | 4D | 0 | 17 | 128 | 3E | 30 |
| Octal | 272 | 56 | 305 | 6 | 115 | 0 | 27 | 450 | 76 | 60 |
| Binary | 10111010 | 101110 | 11000101 | 110 | 1001101 | 0 | 10111 | 100101000 | 111110 | 110000 |
Color Harmonies of #BA2EC5
Complementary color
Monochromatic Colors of #BA2EC5
Black with #BA2EC5
Text Example
Text Example
White with #BA2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EC5; }
p { color: rgb(186,46,197); }
H1.HeaderClassName
{
color: #BA2EC5;
}
.AnyTagClassName
{
color: #BA2EC5;
}
</style>
background-color css
<style>
a { background-color: #BA2EC5; }
a { background-color: rgb(186,46,197); }
div.DivClassName
{
background-color: #BA2EC5;
}
.BgClassName
{
background-color: #BA2EC5;
}
</style>
border-color css
<style>
span { border-color: #BA2EC5; }
span { border-color: rgb(186,46,197); }
td.TdClassName
{
border-color: #BA2EC5;
}
.TagClassName
{
border-color: #BA2EC5;
}
</style>