Shades of Fuchsia #BA54C7
Tints of Fuchsia #BA54C7
RGB
CMYK
RGB Variations
Color information
#BA54C7 (or 0xBA54C7) is known color: Fuchsia. HEX triplet: BA, 54 and C7. RGB value is (186,84,199). Sum of RGB (Red+Green+Blue) = 186+84+199=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA54C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54C7 is #45AB38. Grayscale: #7F7F7F. Windows color (decimal): -4565817 or 13063354. OLE color: 13063354.
HSL color Cylindrical-coordinate representation of color #BA54C7: hue angle of 293.22º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA54C7 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 84 | 199 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.22 |
| HSL | 293.22º | 0.51% | 0.55% | - |
| HSV(B) | 293.22º | 0.58% | 0.78% | - |
| XYZ | 33.73 | 20.9 | 56.29 | - |
| YUV | 127.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 199 | 0.07 | 0.58 | 0 | 0.22 | 293.22 | 0.51 | 0.55 |
| Hex | BA | 54 | C7 | 7 | 3A | 0 | 16 | 125 | 33 | 37 |
| Octal | 272 | 124 | 307 | 7 | 72 | 0 | 26 | 445 | 63 | 67 |
| Binary | 10111010 | 1010100 | 11000111 | 111 | 111010 | 0 | 10110 | 100100101 | 110011 | 110111 |
Color Harmonies of #BA54C7
Complementary color
Monochromatic Colors of #BA54C7
Black with #BA54C7
Text Example
Text Example
White with #BA54C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54C7; }
p { color: rgb(186,84,199); }
H1.HeaderClassName
{
color: #BA54C7;
}
.AnyTagClassName
{
color: #BA54C7;
}
</style>
background-color css
<style>
a { background-color: #BA54C7; }
a { background-color: rgb(186,84,199); }
div.DivClassName
{
background-color: #BA54C7;
}
.BgClassName
{
background-color: #BA54C7;
}
</style>
border-color css
<style>
span { border-color: #BA54C7; }
span { border-color: rgb(186,84,199); }
td.TdClassName
{
border-color: #BA54C7;
}
.TagClassName
{
border-color: #BA54C7;
}
</style>