Shades of Fuchsia #BA3FC3
Tints of Fuchsia #BA3FC3
RGB
CMYK
RGB Variations
Color information
#BA3FC3 (or 0xBA3FC3) is known color: Fuchsia. HEX triplet: BA, 3F and C3. RGB value is (186,63,195). Sum of RGB (Red+Green+Blue) = 186+63+195=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA3FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FC3 is #45C03C. Grayscale: #727272. Windows color (decimal): -4571197 or 12795834. OLE color: 12795834.
HSL color Cylindrical-coordinate representation of color #BA3FC3: hue angle of 295.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3FC3 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 63 | 195 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.24 |
| HSL | 295.91º | 0.52% | 0.51% | - |
| HSV(B) | 295.91º | 0.68% | 0.76% | - |
| XYZ | 31.88 | 17.93 | 53.41 | - |
| YUV | 114.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 195 | 0.05 | 0.68 | 0 | 0.24 | 295.91 | 0.52 | 0.51 |
| Hex | BA | 3F | C3 | 5 | 44 | 0 | 18 | 128 | 34 | 33 |
| Octal | 272 | 77 | 303 | 5 | 104 | 0 | 30 | 450 | 64 | 63 |
| Binary | 10111010 | 111111 | 11000011 | 101 | 1000100 | 0 | 11000 | 100101000 | 110100 | 110011 |
Color Harmonies of #BA3FC3
Complementary color
Monochromatic Colors of #BA3FC3
Black with #BA3FC3
Text Example
Text Example
White with #BA3FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FC3; }
p { color: rgb(186,63,195); }
H1.HeaderClassName
{
color: #BA3FC3;
}
.AnyTagClassName
{
color: #BA3FC3;
}
</style>
background-color css
<style>
a { background-color: #BA3FC3; }
a { background-color: rgb(186,63,195); }
div.DivClassName
{
background-color: #BA3FC3;
}
.BgClassName
{
background-color: #BA3FC3;
}
</style>
border-color css
<style>
span { border-color: #BA3FC3; }
span { border-color: rgb(186,63,195); }
td.TdClassName
{
border-color: #BA3FC3;
}
.TagClassName
{
border-color: #BA3FC3;
}
</style>