Shades of Fuchsia #BA2EC4
Tints of Fuchsia #BA2EC4
RGB
CMYK
RGB Variations
Color information
#BA2EC4 (or 0xBA2EC4) is known color: Fuchsia. HEX triplet: BA, 2E and C4. RGB value is (186,46,196). Sum of RGB (Red+Green+Blue) = 186+46+196=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EC4 is #45D13B. Grayscale: #686868. Windows color (decimal): -4575548 or 12857018. OLE color: 12857018.
HSL color Cylindrical-coordinate representation of color #BA2EC4: hue angle of 296º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2EC4 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 46 | 196 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.23 |
| HSL | 296º | 0.62% | 0.47% | - |
| HSV(B) | 296º | 0.77% | 0.77% | - |
| XYZ | 31.19 | 16.38 | 53.74 | - |
| YUV | 104.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 196 | 0.05 | 0.77 | 0 | 0.23 | 296 | 0.62 | 0.47 |
| Hex | BA | 2E | C4 | 5 | 4D | 0 | 17 | 128 | 3E | 2F |
| Octal | 272 | 56 | 304 | 5 | 115 | 0 | 27 | 450 | 76 | 57 |
| Binary | 10111010 | 101110 | 11000100 | 101 | 1001101 | 0 | 10111 | 100101000 | 111110 | 101111 |
Color Harmonies of #BA2EC4
Complementary color
Monochromatic Colors of #BA2EC4
Black with #BA2EC4
Text Example
Text Example
White with #BA2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EC4; }
p { color: rgb(186,46,196); }
H1.HeaderClassName
{
color: #BA2EC4;
}
.AnyTagClassName
{
color: #BA2EC4;
}
</style>
background-color css
<style>
a { background-color: #BA2EC4; }
a { background-color: rgb(186,46,196); }
div.DivClassName
{
background-color: #BA2EC4;
}
.BgClassName
{
background-color: #BA2EC4;
}
</style>
border-color css
<style>
span { border-color: #BA2EC4; }
span { border-color: rgb(186,46,196); }
td.TdClassName
{
border-color: #BA2EC4;
}
.TagClassName
{
border-color: #BA2EC4;
}
</style>