Shades of Fuchsia #BA3FC4
Tints of Fuchsia #BA3FC4
RGB
CMYK
RGB Variations
Color information
#BA3FC4 (or 0xBA3FC4) is known color: Fuchsia. HEX triplet: BA, 3F and C4. RGB value is (186,63,196). Sum of RGB (Red+Green+Blue) = 186+63+196=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA3FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FC4 is #45C03B. Grayscale: #727272. Windows color (decimal): -4571196 or 12861370. OLE color: 12861370.
HSL color Cylindrical-coordinate representation of color #BA3FC4: hue angle of 295.49º degrees, saturation: 0.53, 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 #BA3FC4 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 63 | 196 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.23 |
| HSL | 295.49º | 0.53% | 0.51% | - |
| HSV(B) | 295.49º | 0.68% | 0.77% | - |
| XYZ | 31.99 | 17.98 | 54.01 | - |
| YUV | 114.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 196 | 0.05 | 0.68 | 0 | 0.23 | 295.49 | 0.53 | 0.51 |
| Hex | BA | 3F | C4 | 5 | 44 | 0 | 17 | 127 | 35 | 33 |
| Octal | 272 | 77 | 304 | 5 | 104 | 0 | 27 | 447 | 65 | 63 |
| Binary | 10111010 | 111111 | 11000100 | 101 | 1000100 | 0 | 10111 | 100100111 | 110101 | 110011 |
Color Harmonies of #BA3FC4
Complementary color
Monochromatic Colors of #BA3FC4
Black with #BA3FC4
Text Example
Text Example
White with #BA3FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FC4; }
p { color: rgb(186,63,196); }
H1.HeaderClassName
{
color: #BA3FC4;
}
.AnyTagClassName
{
color: #BA3FC4;
}
</style>
background-color css
<style>
a { background-color: #BA3FC4; }
a { background-color: rgb(186,63,196); }
div.DivClassName
{
background-color: #BA3FC4;
}
.BgClassName
{
background-color: #BA3FC4;
}
</style>
border-color css
<style>
span { border-color: #BA3FC4; }
span { border-color: rgb(186,63,196); }
td.TdClassName
{
border-color: #BA3FC4;
}
.TagClassName
{
border-color: #BA3FC4;
}
</style>