Shades of Fuchsia #BA5AC2
Tints of Fuchsia #BA5AC2
RGB
CMYK
RGB Variations
Color information
#BA5AC2 (or 0xBA5AC2) is known color: Fuchsia. HEX triplet: BA, 5A and C2. RGB value is (186,90,194). Sum of RGB (Red+Green+Blue) = 186+90+194=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC2 is #45A53D. Grayscale: #828282. Windows color (decimal): -4564286 or 12737210. OLE color: 12737210.
HSL color Cylindrical-coordinate representation of color #BA5AC2: hue angle of 295.38º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5AC2 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 90 | 194 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.24 |
| HSL | 295.38º | 0.46% | 0.56% | - |
| HSV(B) | 295.38º | 0.54% | 0.76% | - |
| XYZ | 33.64 | 21.65 | 53.44 | - |
| YUV | 130.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 194 | 0.04 | 0.54 | 0 | 0.24 | 295.38 | 0.46 | 0.56 |
| Hex | BA | 5A | C2 | 4 | 36 | 0 | 18 | 127 | 2E | 38 |
| Octal | 272 | 132 | 302 | 4 | 66 | 0 | 30 | 447 | 56 | 70 |
| Binary | 10111010 | 1011010 | 11000010 | 100 | 110110 | 0 | 11000 | 100100111 | 101110 | 111000 |
Color Harmonies of #BA5AC2
Complementary color
Monochromatic Colors of #BA5AC2
Black with #BA5AC2
Text Example
Text Example
White with #BA5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AC2; }
p { color: rgb(186,90,194); }
H1.HeaderClassName
{
color: #BA5AC2;
}
.AnyTagClassName
{
color: #BA5AC2;
}
</style>
background-color css
<style>
a { background-color: #BA5AC2; }
a { background-color: rgb(186,90,194); }
div.DivClassName
{
background-color: #BA5AC2;
}
.BgClassName
{
background-color: #BA5AC2;
}
</style>
border-color css
<style>
span { border-color: #BA5AC2; }
span { border-color: rgb(186,90,194); }
td.TdClassName
{
border-color: #BA5AC2;
}
.TagClassName
{
border-color: #BA5AC2;
}
</style>