Shades of Fuchsia #BA53C5
Tints of Fuchsia #BA53C5
RGB
CMYK
RGB Variations
Color information
#BA53C5 (or 0xBA53C5) is known color: Fuchsia. HEX triplet: BA, 53 and C5. RGB value is (186,83,197). Sum of RGB (Red+Green+Blue) = 186+83+197=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53C5 is #45AC3A. Grayscale: #7E7E7E. Windows color (decimal): -4566075 or 12932026. OLE color: 12932026.
HSL color Cylindrical-coordinate representation of color #BA53C5: hue angle of 294.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA53C5 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 83 | 197 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.23 |
| HSL | 294.21º | 0.5% | 0.55% | - |
| HSV(B) | 294.21º | 0.58% | 0.77% | - |
| XYZ | 33.42 | 20.66 | 55.05 | - |
| YUV | 126.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 197 | 0.06 | 0.58 | 0 | 0.23 | 294.21 | 0.5 | 0.55 |
| Hex | BA | 53 | C5 | 6 | 3A | 0 | 17 | 126 | 32 | 37 |
| Octal | 272 | 123 | 305 | 6 | 72 | 0 | 27 | 446 | 62 | 67 |
| Binary | 10111010 | 1010011 | 11000101 | 110 | 111010 | 0 | 10111 | 100100110 | 110010 | 110111 |
Color Harmonies of #BA53C5
Complementary color
Monochromatic Colors of #BA53C5
Black with #BA53C5
Text Example
Text Example
White with #BA53C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53C5; }
p { color: rgb(186,83,197); }
H1.HeaderClassName
{
color: #BA53C5;
}
.AnyTagClassName
{
color: #BA53C5;
}
</style>
background-color css
<style>
a { background-color: #BA53C5; }
a { background-color: rgb(186,83,197); }
div.DivClassName
{
background-color: #BA53C5;
}
.BgClassName
{
background-color: #BA53C5;
}
</style>
border-color css
<style>
span { border-color: #BA53C5; }
span { border-color: rgb(186,83,197); }
td.TdClassName
{
border-color: #BA53C5;
}
.TagClassName
{
border-color: #BA53C5;
}
</style>