Shades of Fuchsia #BA3FC5
Tints of Fuchsia #BA3FC5
RGB
CMYK
RGB Variations
Color information
#BA3FC5 (or 0xBA3FC5) is known color: Fuchsia. HEX triplet: BA, 3F and C5. RGB value is (186,63,197). Sum of RGB (Red+Green+Blue) = 186+63+197=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA3FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FC5 is #45C03A. Grayscale: #727272. Windows color (decimal): -4571195 or 12926906. OLE color: 12926906.
HSL color Cylindrical-coordinate representation of color #BA3FC5: hue angle of 295.07º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3FC5 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 63 | 197 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.23 |
| HSL | 295.07º | 0.54% | 0.51% | - |
| HSV(B) | 295.07º | 0.68% | 0.77% | - |
| XYZ | 32.11 | 18.03 | 54.61 | - |
| YUV | 115.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 197 | 0.06 | 0.68 | 0 | 0.23 | 295.07 | 0.54 | 0.51 |
| Hex | BA | 3F | C5 | 6 | 44 | 0 | 17 | 127 | 36 | 33 |
| Octal | 272 | 77 | 305 | 6 | 104 | 0 | 27 | 447 | 66 | 63 |
| Binary | 10111010 | 111111 | 11000101 | 110 | 1000100 | 0 | 10111 | 100100111 | 110110 | 110011 |
Color Harmonies of #BA3FC5
Complementary color
Monochromatic Colors of #BA3FC5
Black with #BA3FC5
Text Example
Text Example
White with #BA3FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FC5; }
p { color: rgb(186,63,197); }
H1.HeaderClassName
{
color: #BA3FC5;
}
.AnyTagClassName
{
color: #BA3FC5;
}
</style>
background-color css
<style>
a { background-color: #BA3FC5; }
a { background-color: rgb(186,63,197); }
div.DivClassName
{
background-color: #BA3FC5;
}
.BgClassName
{
background-color: #BA3FC5;
}
</style>
border-color css
<style>
span { border-color: #BA3FC5; }
span { border-color: rgb(186,63,197); }
td.TdClassName
{
border-color: #BA3FC5;
}
.TagClassName
{
border-color: #BA3FC5;
}
</style>