Shades of Fuchsia #BA3DA6
Tints of Fuchsia #BA3DA6
RGB
CMYK
RGB Variations
Color information
#BA3DA6 (or 0xBA3DA6) is known color: Fuchsia. HEX triplet: BA, 3D and A6. RGB value is (186,61,166). Sum of RGB (Red+Green+Blue) = 186+61+166=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DA6 is #45C259. Grayscale: #6E6E6E. Windows color (decimal): -4571738 or 10894778. OLE color: 10894778.
HSL color Cylindrical-coordinate representation of color #BA3DA6: hue angle of 309.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DA6 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 166 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.27 |
| HSL | 309.6º | 0.51% | 0.48% | - |
| HSV(B) | 309.6º | 0.67% | 0.73% | - |
| XYZ | 28.8 | 16.53 | 37.75 | - |
| YUV | 110.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 166 | 0 | 0.67 | 0.11 | 0.27 | 309.6 | 0.51 | 0.48 |
| Hex | BA | 3D | A6 | 0 | 43 | B | 1B | 136 | 33 | 30 |
| Octal | 272 | 75 | 246 | 0 | 103 | 13 | 33 | 466 | 63 | 60 |
| Binary | 10111010 | 111101 | 10100110 | 0 | 1000011 | 1011 | 11011 | 100110110 | 110011 | 110000 |
Color Harmonies of #BA3DA6
Complementary color
Monochromatic Colors of #BA3DA6
Black with #BA3DA6
Text Example
Text Example
White with #BA3DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DA6; }
p { color: rgb(186,61,166); }
H1.HeaderClassName
{
color: #BA3DA6;
}
.AnyTagClassName
{
color: #BA3DA6;
}
</style>
background-color css
<style>
a { background-color: #BA3DA6; }
a { background-color: rgb(186,61,166); }
div.DivClassName
{
background-color: #BA3DA6;
}
.BgClassName
{
background-color: #BA3DA6;
}
</style>
border-color css
<style>
span { border-color: #BA3DA6; }
span { border-color: rgb(186,61,166); }
td.TdClassName
{
border-color: #BA3DA6;
}
.TagClassName
{
border-color: #BA3DA6;
}
</style>