Shades of Fuchsia #BA3EB0
Tints of Fuchsia #BA3EB0
RGB
CMYK
RGB Variations
Color information
#BA3EB0 (or 0xBA3EB0) is known color: Fuchsia. HEX triplet: BA, 3E and B0. RGB value is (186,62,176). Sum of RGB (Red+Green+Blue) = 186+62+176=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EB0 is #45C14F. Grayscale: #6F6F6F. Windows color (decimal): -4571472 or 11550394. OLE color: 11550394.
HSL color Cylindrical-coordinate representation of color #BA3EB0: hue angle of 304.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EB0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 176 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.27 |
| HSL | 304.84º | 0.5% | 0.49% | - |
| HSV(B) | 304.84º | 0.67% | 0.73% | - |
| XYZ | 29.81 | 17.02 | 42.79 | - |
| YUV | 112.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 176 | 0 | 0.67 | 0.05 | 0.27 | 304.84 | 0.5 | 0.49 |
| Hex | BA | 3E | B0 | 0 | 43 | 5 | 1B | 131 | 32 | 31 |
| Octal | 272 | 76 | 260 | 0 | 103 | 5 | 33 | 461 | 62 | 61 |
| Binary | 10111010 | 111110 | 10110000 | 0 | 1000011 | 101 | 11011 | 100110001 | 110010 | 110001 |
Color Harmonies of #BA3EB0
Complementary color
Monochromatic Colors of #BA3EB0
Black with #BA3EB0
Text Example
Text Example
White with #BA3EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EB0; }
p { color: rgb(186,62,176); }
H1.HeaderClassName
{
color: #BA3EB0;
}
.AnyTagClassName
{
color: #BA3EB0;
}
</style>
background-color css
<style>
a { background-color: #BA3EB0; }
a { background-color: rgb(186,62,176); }
div.DivClassName
{
background-color: #BA3EB0;
}
.BgClassName
{
background-color: #BA3EB0;
}
</style>
border-color css
<style>
span { border-color: #BA3EB0; }
span { border-color: rgb(186,62,176); }
td.TdClassName
{
border-color: #BA3EB0;
}
.TagClassName
{
border-color: #BA3EB0;
}
</style>