Shades of Fuchsia #BA54C4
Tints of Fuchsia #BA54C4
RGB
CMYK
RGB Variations
Color information
#BA54C4 (or 0xBA54C4) is known color: Fuchsia. HEX triplet: BA, 54 and C4. RGB value is (186,84,196). Sum of RGB (Red+Green+Blue) = 186+84+196=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA54C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54C4 is #45AB3B. Grayscale: #7E7E7E. Windows color (decimal): -4565820 or 12866746. OLE color: 12866746.
HSL color Cylindrical-coordinate representation of color #BA54C4: hue angle of 294.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA54C4 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 84 | 196 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.23 |
| HSL | 294.64º | 0.49% | 0.55% | - |
| HSV(B) | 294.64º | 0.57% | 0.77% | - |
| XYZ | 33.38 | 20.77 | 54.47 | - |
| YUV | 127.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 196 | 0.05 | 0.57 | 0 | 0.23 | 294.64 | 0.49 | 0.55 |
| Hex | BA | 54 | C4 | 5 | 39 | 0 | 17 | 127 | 31 | 37 |
| Octal | 272 | 124 | 304 | 5 | 71 | 0 | 27 | 447 | 61 | 67 |
| Binary | 10111010 | 1010100 | 11000100 | 101 | 111001 | 0 | 10111 | 100100111 | 110001 | 110111 |
Color Harmonies of #BA54C4
Complementary color
Monochromatic Colors of #BA54C4
Black with #BA54C4
Text Example
Text Example
White with #BA54C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54C4; }
p { color: rgb(186,84,196); }
H1.HeaderClassName
{
color: #BA54C4;
}
.AnyTagClassName
{
color: #BA54C4;
}
</style>
background-color css
<style>
a { background-color: #BA54C4; }
a { background-color: rgb(186,84,196); }
div.DivClassName
{
background-color: #BA54C4;
}
.BgClassName
{
background-color: #BA54C4;
}
</style>
border-color css
<style>
span { border-color: #BA54C4; }
span { border-color: rgb(186,84,196); }
td.TdClassName
{
border-color: #BA54C4;
}
.TagClassName
{
border-color: #BA54C4;
}
</style>