Shades of Fuchsia #BA3AC8
Tints of Fuchsia #BA3AC8
RGB
CMYK
RGB Variations
Color information
#BA3AC8 (or 0xBA3AC8) is known color: Fuchsia. HEX triplet: BA, 3A and C8. RGB value is (186,58,200). Sum of RGB (Red+Green+Blue) = 186+58+200=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA3AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AC8 is #45C537. Grayscale: #707070. Windows color (decimal): -4572472 or 13122234. OLE color: 13122234.
HSL color Cylindrical-coordinate representation of color #BA3AC8: hue angle of 294.08º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3AC8 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 58 | 200 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.22 |
| HSL | 294.08º | 0.56% | 0.51% | - |
| HSV(B) | 294.08º | 0.71% | 0.78% | - |
| XYZ | 32.19 | 17.64 | 56.35 | - |
| YUV | 112.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 200 | 0.07 | 0.71 | 0 | 0.22 | 294.08 | 0.56 | 0.51 |
| Hex | BA | 3A | C8 | 7 | 47 | 0 | 16 | 126 | 38 | 33 |
| Octal | 272 | 72 | 310 | 7 | 107 | 0 | 26 | 446 | 70 | 63 |
| Binary | 10111010 | 111010 | 11001000 | 111 | 1000111 | 0 | 10110 | 100100110 | 111000 | 110011 |
Color Harmonies of #BA3AC8
Complementary color
Monochromatic Colors of #BA3AC8
Black with #BA3AC8
Text Example
Text Example
White with #BA3AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AC8; }
p { color: rgb(186,58,200); }
H1.HeaderClassName
{
color: #BA3AC8;
}
.AnyTagClassName
{
color: #BA3AC8;
}
</style>
background-color css
<style>
a { background-color: #BA3AC8; }
a { background-color: rgb(186,58,200); }
div.DivClassName
{
background-color: #BA3AC8;
}
.BgClassName
{
background-color: #BA3AC8;
}
</style>
border-color css
<style>
span { border-color: #BA3AC8; }
span { border-color: rgb(186,58,200); }
td.TdClassName
{
border-color: #BA3AC8;
}
.TagClassName
{
border-color: #BA3AC8;
}
</style>