Shades of Fuchsia #BA3FC8
Tints of Fuchsia #BA3FC8
RGB
CMYK
RGB Variations
Color information
#BA3FC8 (or 0xBA3FC8) is known color: Fuchsia. HEX triplet: BA, 3F and C8. RGB value is (186,63,200). Sum of RGB (Red+Green+Blue) = 186+63+200=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA3FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FC8 is #45C037. Grayscale: #727272. Windows color (decimal): -4571192 or 13123514. OLE color: 13123514.
HSL color Cylindrical-coordinate representation of color #BA3FC8: hue angle of 293.87º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3FC8 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 63 | 200 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.22 |
| HSL | 293.87º | 0.55% | 0.52% | - |
| HSV(B) | 293.87º | 0.69% | 0.78% | - |
| XYZ | 32.45 | 18.16 | 56.44 | - |
| YUV | 115.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 200 | 0.07 | 0.68 | 0 | 0.22 | 293.87 | 0.55 | 0.52 |
| Hex | BA | 3F | C8 | 7 | 44 | 0 | 16 | 126 | 37 | 34 |
| Octal | 272 | 77 | 310 | 7 | 104 | 0 | 26 | 446 | 67 | 64 |
| Binary | 10111010 | 111111 | 11001000 | 111 | 1000100 | 0 | 10110 | 100100110 | 110111 | 110100 |
Color Harmonies of #BA3FC8
Complementary color
Monochromatic Colors of #BA3FC8
Black with #BA3FC8
Text Example
Text Example
White with #BA3FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FC8; }
p { color: rgb(186,63,200); }
H1.HeaderClassName
{
color: #BA3FC8;
}
.AnyTagClassName
{
color: #BA3FC8;
}
</style>
background-color css
<style>
a { background-color: #BA3FC8; }
a { background-color: rgb(186,63,200); }
div.DivClassName
{
background-color: #BA3FC8;
}
.BgClassName
{
background-color: #BA3FC8;
}
</style>
border-color css
<style>
span { border-color: #BA3FC8; }
span { border-color: rgb(186,63,200); }
td.TdClassName
{
border-color: #BA3FC8;
}
.TagClassName
{
border-color: #BA3FC8;
}
</style>