Shades of Fuchsia #BA3FC6
Tints of Fuchsia #BA3FC6
RGB
CMYK
RGB Variations
Color information
#BA3FC6 (or 0xBA3FC6) is known color: Fuchsia. HEX triplet: BA, 3F and C6. RGB value is (186,63,198). Sum of RGB (Red+Green+Blue) = 186+63+198=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA3FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FC6 is #45C039. Grayscale: #727272. Windows color (decimal): -4571194 or 12992442. OLE color: 12992442.
HSL color Cylindrical-coordinate representation of color #BA3FC6: hue angle of 294.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3FC6 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 63 | 198 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.22 |
| HSL | 294.67º | 0.54% | 0.51% | - |
| HSV(B) | 294.67º | 0.68% | 0.78% | - |
| XYZ | 32.22 | 18.07 | 55.22 | - |
| YUV | 115.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 198 | 0.06 | 0.68 | 0 | 0.22 | 294.67 | 0.54 | 0.51 |
| Hex | BA | 3F | C6 | 6 | 44 | 0 | 16 | 127 | 36 | 33 |
| Octal | 272 | 77 | 306 | 6 | 104 | 0 | 26 | 447 | 66 | 63 |
| Binary | 10111010 | 111111 | 11000110 | 110 | 1000100 | 0 | 10110 | 100100111 | 110110 | 110011 |
Color Harmonies of #BA3FC6
Complementary color
Monochromatic Colors of #BA3FC6
Black with #BA3FC6
Text Example
Text Example
White with #BA3FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FC6; }
p { color: rgb(186,63,198); }
H1.HeaderClassName
{
color: #BA3FC6;
}
.AnyTagClassName
{
color: #BA3FC6;
}
</style>
background-color css
<style>
a { background-color: #BA3FC6; }
a { background-color: rgb(186,63,198); }
div.DivClassName
{
background-color: #BA3FC6;
}
.BgClassName
{
background-color: #BA3FC6;
}
</style>
border-color css
<style>
span { border-color: #BA3FC6; }
span { border-color: rgb(186,63,198); }
td.TdClassName
{
border-color: #BA3FC6;
}
.TagClassName
{
border-color: #BA3FC6;
}
</style>