Shades of Fuchsia #BA3FA6
Tints of Fuchsia #BA3FA6
RGB
CMYK
RGB Variations
Color information
#BA3FA6 (or 0xBA3FA6) is known color: Fuchsia. HEX triplet: BA, 3F and A6. RGB value is (186,63,166). Sum of RGB (Red+Green+Blue) = 186+63+166=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FA6 is #45C059. Grayscale: #6F6F6F. Windows color (decimal): -4571226 or 10895290. OLE color: 10895290.
HSL color Cylindrical-coordinate representation of color #BA3FA6: hue angle of 309.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FA6 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 166 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.27 |
| HSL | 309.76º | 0.49% | 0.49% | - |
| HSV(B) | 309.76º | 0.66% | 0.73% | - |
| XYZ | 28.91 | 16.75 | 37.79 | - |
| YUV | 111.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 166 | 0 | 0.66 | 0.11 | 0.27 | 309.76 | 0.49 | 0.49 |
| Hex | BA | 3F | A6 | 0 | 42 | B | 1B | 136 | 31 | 31 |
| Octal | 272 | 77 | 246 | 0 | 102 | 13 | 33 | 466 | 61 | 61 |
| Binary | 10111010 | 111111 | 10100110 | 0 | 1000010 | 1011 | 11011 | 100110110 | 110001 | 110001 |
Color Harmonies of #BA3FA6
Complementary color
Monochromatic Colors of #BA3FA6
Black with #BA3FA6
Text Example
Text Example
White with #BA3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FA6; }
p { color: rgb(186,63,166); }
H1.HeaderClassName
{
color: #BA3FA6;
}
.AnyTagClassName
{
color: #BA3FA6;
}
</style>
background-color css
<style>
a { background-color: #BA3FA6; }
a { background-color: rgb(186,63,166); }
div.DivClassName
{
background-color: #BA3FA6;
}
.BgClassName
{
background-color: #BA3FA6;
}
</style>
border-color css
<style>
span { border-color: #BA3FA6; }
span { border-color: rgb(186,63,166); }
td.TdClassName
{
border-color: #BA3FA6;
}
.TagClassName
{
border-color: #BA3FA6;
}
</style>