Shades of Fuchsia #BA58C5
Tints of Fuchsia #BA58C5
RGB
CMYK
RGB Variations
Color information
#BA58C5 (or 0xBA58C5) is known color: Fuchsia. HEX triplet: BA, 58 and C5. RGB value is (186,88,197). Sum of RGB (Red+Green+Blue) = 186+88+197=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58C5 is #45A73A. Grayscale: #818181. Windows color (decimal): -4564795 or 12933306. OLE color: 12933306.
HSL color Cylindrical-coordinate representation of color #BA58C5: hue angle of 293.94º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA58C5 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 88 | 197 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.23 |
| HSL | 293.94º | 0.48% | 0.56% | - |
| HSV(B) | 293.94º | 0.55% | 0.77% | - |
| XYZ | 33.82 | 21.45 | 55.18 | - |
| YUV | 129.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 197 | 0.06 | 0.55 | 0 | 0.23 | 293.94 | 0.48 | 0.56 |
| Hex | BA | 58 | C5 | 6 | 37 | 0 | 17 | 126 | 30 | 38 |
| Octal | 272 | 130 | 305 | 6 | 67 | 0 | 27 | 446 | 60 | 70 |
| Binary | 10111010 | 1011000 | 11000101 | 110 | 110111 | 0 | 10111 | 100100110 | 110000 | 111000 |
Color Harmonies of #BA58C5
Complementary color
Monochromatic Colors of #BA58C5
Black with #BA58C5
Text Example
Text Example
White with #BA58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58C5; }
p { color: rgb(186,88,197); }
H1.HeaderClassName
{
color: #BA58C5;
}
.AnyTagClassName
{
color: #BA58C5;
}
</style>
background-color css
<style>
a { background-color: #BA58C5; }
a { background-color: rgb(186,88,197); }
div.DivClassName
{
background-color: #BA58C5;
}
.BgClassName
{
background-color: #BA58C5;
}
</style>
border-color css
<style>
span { border-color: #BA58C5; }
span { border-color: rgb(186,88,197); }
td.TdClassName
{
border-color: #BA58C5;
}
.TagClassName
{
border-color: #BA58C5;
}
</style>