Shades of Fuchsia #BA58C2
Tints of Fuchsia #BA58C2
RGB
CMYK
RGB Variations
Color information
#BA58C2 (or 0xBA58C2) is known color: Fuchsia. HEX triplet: BA, 58 and C2. RGB value is (186,88,194). Sum of RGB (Red+Green+Blue) = 186+88+194=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA58C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58C2 is #45A73D. Grayscale: #818181. Windows color (decimal): -4564798 or 12736698. OLE color: 12736698.
HSL color Cylindrical-coordinate representation of color #BA58C2: hue angle of 295.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA58C2 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 88 | 194 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.24 |
| HSL | 295.47º | 0.46% | 0.55% | - |
| HSV(B) | 295.47º | 0.55% | 0.76% | - |
| XYZ | 33.48 | 21.31 | 53.39 | - |
| YUV | 129.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 194 | 0.04 | 0.55 | 0 | 0.24 | 295.47 | 0.46 | 0.55 |
| Hex | BA | 58 | C2 | 4 | 37 | 0 | 18 | 127 | 2E | 37 |
| Octal | 272 | 130 | 302 | 4 | 67 | 0 | 30 | 447 | 56 | 67 |
| Binary | 10111010 | 1011000 | 11000010 | 100 | 110111 | 0 | 11000 | 100100111 | 101110 | 110111 |
Color Harmonies of #BA58C2
Complementary color
Monochromatic Colors of #BA58C2
Black with #BA58C2
Text Example
Text Example
White with #BA58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58C2; }
p { color: rgb(186,88,194); }
H1.HeaderClassName
{
color: #BA58C2;
}
.AnyTagClassName
{
color: #BA58C2;
}
</style>
background-color css
<style>
a { background-color: #BA58C2; }
a { background-color: rgb(186,88,194); }
div.DivClassName
{
background-color: #BA58C2;
}
.BgClassName
{
background-color: #BA58C2;
}
</style>
border-color css
<style>
span { border-color: #BA58C2; }
span { border-color: rgb(186,88,194); }
td.TdClassName
{
border-color: #BA58C2;
}
.TagClassName
{
border-color: #BA58C2;
}
</style>