Shades of Fuchsia #BA2EB0
Tints of Fuchsia #BA2EB0
RGB
CMYK
RGB Variations
Color information
#BA2EB0 (or 0xBA2EB0) is known color: Fuchsia. HEX triplet: BA, 2E and B0. RGB value is (186,46,176). Sum of RGB (Red+Green+Blue) = 186+46+176=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EB0 is #45D14F. Grayscale: #666666. Windows color (decimal): -4575568 or 11546298. OLE color: 11546298.
HSL color Cylindrical-coordinate representation of color #BA2EB0: hue angle of 304.29º 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 #BA2EB0 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 176 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.27 |
| HSL | 304.29º | 0.6% | 0.45% | - |
| HSV(B) | 304.29º | 0.75% | 0.73% | - |
| XYZ | 29.06 | 15.53 | 42.54 | - |
| YUV | 102.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 176 | 0 | 0.75 | 0.05 | 0.27 | 304.29 | 0.6 | 0.45 |
| Hex | BA | 2E | B0 | 0 | 4B | 5 | 1B | 130 | 3C | 2D |
| Octal | 272 | 56 | 260 | 0 | 113 | 5 | 33 | 460 | 74 | 55 |
| Binary | 10111010 | 101110 | 10110000 | 0 | 1001011 | 101 | 11011 | 100110000 | 111100 | 101101 |
Color Harmonies of #BA2EB0
Complementary color
Monochromatic Colors of #BA2EB0
Black with #BA2EB0
Text Example
Text Example
White with #BA2EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EB0; }
p { color: rgb(186,46,176); }
H1.HeaderClassName
{
color: #BA2EB0;
}
.AnyTagClassName
{
color: #BA2EB0;
}
</style>
background-color css
<style>
a { background-color: #BA2EB0; }
a { background-color: rgb(186,46,176); }
div.DivClassName
{
background-color: #BA2EB0;
}
.BgClassName
{
background-color: #BA2EB0;
}
</style>
border-color css
<style>
span { border-color: #BA2EB0; }
span { border-color: rgb(186,46,176); }
td.TdClassName
{
border-color: #BA2EB0;
}
.TagClassName
{
border-color: #BA2EB0;
}
</style>