Shades of Fuchsia #BA53C7
Tints of Fuchsia #BA53C7
RGB
CMYK
RGB Variations
Color information
#BA53C7 (or 0xBA53C7) is known color: Fuchsia. HEX triplet: BA, 53 and C7. RGB value is (186,83,199). Sum of RGB (Red+Green+Blue) = 186+83+199=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA53C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53C7 is #45AC38. Grayscale: #7E7E7E. Windows color (decimal): -4566073 or 13063098. OLE color: 13063098.
HSL color Cylindrical-coordinate representation of color #BA53C7: hue angle of 293.28º 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 #BA53C7 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 83 | 199 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.22 |
| HSL | 293.28º | 0.51% | 0.55% | - |
| HSV(B) | 293.28º | 0.58% | 0.78% | - |
| XYZ | 33.65 | 20.75 | 56.26 | - |
| YUV | 127.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 199 | 0.07 | 0.58 | 0 | 0.22 | 293.28 | 0.51 | 0.55 |
| Hex | BA | 53 | C7 | 7 | 3A | 0 | 16 | 125 | 33 | 37 |
| Octal | 272 | 123 | 307 | 7 | 72 | 0 | 26 | 445 | 63 | 67 |
| Binary | 10111010 | 1010011 | 11000111 | 111 | 111010 | 0 | 10110 | 100100101 | 110011 | 110111 |
Color Harmonies of #BA53C7
Complementary color
Monochromatic Colors of #BA53C7
Black with #BA53C7
Text Example
Text Example
White with #BA53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53C7; }
p { color: rgb(186,83,199); }
H1.HeaderClassName
{
color: #BA53C7;
}
.AnyTagClassName
{
color: #BA53C7;
}
</style>
background-color css
<style>
a { background-color: #BA53C7; }
a { background-color: rgb(186,83,199); }
div.DivClassName
{
background-color: #BA53C7;
}
.BgClassName
{
background-color: #BA53C7;
}
</style>
border-color css
<style>
span { border-color: #BA53C7; }
span { border-color: rgb(186,83,199); }
td.TdClassName
{
border-color: #BA53C7;
}
.TagClassName
{
border-color: #BA53C7;
}
</style>