Shades of Fuchsia #BA5AC5
Tints of Fuchsia #BA5AC5
RGB
CMYK
RGB Variations
Color information
#BA5AC5 (or 0xBA5AC5) is known color: Fuchsia. HEX triplet: BA, 5A and C5. RGB value is (186,90,197). Sum of RGB (Red+Green+Blue) = 186+90+197=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA5AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC5 is #45A53A. Grayscale: #828282. Windows color (decimal): -4564283 or 12933818. OLE color: 12933818.
HSL color Cylindrical-coordinate representation of color #BA5AC5: hue angle of 293.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5AC5 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 90 | 197 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.23 |
| HSL | 293.83º | 0.48% | 0.56% | - |
| HSV(B) | 293.83º | 0.54% | 0.77% | - |
| XYZ | 33.98 | 21.78 | 55.24 | - |
| YUV | 130.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 197 | 0.06 | 0.54 | 0 | 0.23 | 293.83 | 0.48 | 0.56 |
| Hex | BA | 5A | C5 | 6 | 36 | 0 | 17 | 126 | 30 | 38 |
| Octal | 272 | 132 | 305 | 6 | 66 | 0 | 27 | 446 | 60 | 70 |
| Binary | 10111010 | 1011010 | 11000101 | 110 | 110110 | 0 | 10111 | 100100110 | 110000 | 111000 |
Color Harmonies of #BA5AC5
Complementary color
Monochromatic Colors of #BA5AC5
Black with #BA5AC5
Text Example
Text Example
White with #BA5AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AC5; }
p { color: rgb(186,90,197); }
H1.HeaderClassName
{
color: #BA5AC5;
}
.AnyTagClassName
{
color: #BA5AC5;
}
</style>
background-color css
<style>
a { background-color: #BA5AC5; }
a { background-color: rgb(186,90,197); }
div.DivClassName
{
background-color: #BA5AC5;
}
.BgClassName
{
background-color: #BA5AC5;
}
</style>
border-color css
<style>
span { border-color: #BA5AC5; }
span { border-color: rgb(186,90,197); }
td.TdClassName
{
border-color: #BA5AC5;
}
.TagClassName
{
border-color: #BA5AC5;
}
</style>