Shades of Fuchsia #BA3DA8
Tints of Fuchsia #BA3DA8
RGB
CMYK
RGB Variations
Color information
#BA3DA8 (or 0xBA3DA8) is known color: Fuchsia. HEX triplet: BA, 3D and A8. RGB value is (186,61,168). Sum of RGB (Red+Green+Blue) = 186+61+168=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DA8 is #45C257. Grayscale: #6E6E6E. Windows color (decimal): -4571736 or 11025850. OLE color: 11025850.
HSL color Cylindrical-coordinate representation of color #BA3DA8: hue angle of 308.64º 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 #BA3DA8 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 168 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.27 |
| HSL | 308.64º | 0.51% | 0.48% | - |
| HSV(B) | 308.64º | 0.67% | 0.73% | - |
| XYZ | 28.99 | 16.6 | 38.72 | - |
| YUV | 110.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 168 | 0 | 0.67 | 0.10 | 0.27 | 308.64 | 0.51 | 0.48 |
| Hex | BA | 3D | A8 | 0 | 43 | A | 1B | 135 | 33 | 30 |
| Octal | 272 | 75 | 250 | 0 | 103 | 12 | 33 | 465 | 63 | 60 |
| Binary | 10111010 | 111101 | 10101000 | 0 | 1000011 | 1010 | 11011 | 100110101 | 110011 | 110000 |
Color Harmonies of #BA3DA8
Complementary color
Monochromatic Colors of #BA3DA8
Black with #BA3DA8
Text Example
Text Example
White with #BA3DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DA8; }
p { color: rgb(186,61,168); }
H1.HeaderClassName
{
color: #BA3DA8;
}
.AnyTagClassName
{
color: #BA3DA8;
}
</style>
background-color css
<style>
a { background-color: #BA3DA8; }
a { background-color: rgb(186,61,168); }
div.DivClassName
{
background-color: #BA3DA8;
}
.BgClassName
{
background-color: #BA3DA8;
}
</style>
border-color css
<style>
span { border-color: #BA3DA8; }
span { border-color: rgb(186,61,168); }
td.TdClassName
{
border-color: #BA3DA8;
}
.TagClassName
{
border-color: #BA3DA8;
}
</style>