Shades of Fuchsia #BA3EA8
Tints of Fuchsia #BA3EA8
RGB
CMYK
RGB Variations
Color information
#BA3EA8 (or 0xBA3EA8) is known color: Fuchsia. HEX triplet: BA, 3E and A8. RGB value is (186,62,168). Sum of RGB (Red+Green+Blue) = 186+62+168=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EA8 is #45C157. Grayscale: #6E6E6E. Windows color (decimal): -4571480 or 11026106. OLE color: 11026106.
HSL color Cylindrical-coordinate representation of color #BA3EA8: hue angle of 308.71º 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 #BA3EA8 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 168 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.27 |
| HSL | 308.71º | 0.5% | 0.49% | - |
| HSV(B) | 308.71º | 0.67% | 0.73% | - |
| XYZ | 29.04 | 16.71 | 38.74 | - |
| YUV | 111.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 168 | 0 | 0.67 | 0.10 | 0.27 | 308.71 | 0.5 | 0.49 |
| Hex | BA | 3E | A8 | 0 | 43 | A | 1B | 135 | 32 | 31 |
| Octal | 272 | 76 | 250 | 0 | 103 | 12 | 33 | 465 | 62 | 61 |
| Binary | 10111010 | 111110 | 10101000 | 0 | 1000011 | 1010 | 11011 | 100110101 | 110010 | 110001 |
Color Harmonies of #BA3EA8
Complementary color
Monochromatic Colors of #BA3EA8
Black with #BA3EA8
Text Example
Text Example
White with #BA3EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EA8; }
p { color: rgb(186,62,168); }
H1.HeaderClassName
{
color: #BA3EA8;
}
.AnyTagClassName
{
color: #BA3EA8;
}
</style>
background-color css
<style>
a { background-color: #BA3EA8; }
a { background-color: rgb(186,62,168); }
div.DivClassName
{
background-color: #BA3EA8;
}
.BgClassName
{
background-color: #BA3EA8;
}
</style>
border-color css
<style>
span { border-color: #BA3EA8; }
span { border-color: rgb(186,62,168); }
td.TdClassName
{
border-color: #BA3EA8;
}
.TagClassName
{
border-color: #BA3EA8;
}
</style>