Shades of Fuchsia #BA5AB6
Tints of Fuchsia #BA5AB6
RGB
CMYK
RGB Variations
Color information
#BA5AB6 (or 0xBA5AB6) is known color: Fuchsia. HEX triplet: BA, 5A and B6. RGB value is (186,90,182). Sum of RGB (Red+Green+Blue) = 186+90+182=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AB6 is #45A549. Grayscale: #808080. Windows color (decimal): -4564298 or 11950778. OLE color: 11950778.
HSL color Cylindrical-coordinate representation of color #BA5AB6: hue angle of 302.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5AB6 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 182 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.27 |
| HSL | 302.5º | 0.41% | 0.54% | - |
| HSV(B) | 302.5º | 0.52% | 0.73% | - |
| XYZ | 32.35 | 21.13 | 46.63 | - |
| YUV | 129.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 182 | 0 | 0.52 | 0.02 | 0.27 | 302.5 | 0.41 | 0.54 |
| Hex | BA | 5A | B6 | 0 | 34 | 2 | 1B | 12E | 29 | 36 |
| Octal | 272 | 132 | 266 | 0 | 64 | 2 | 33 | 456 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10110110 | 0 | 110100 | 10 | 11011 | 100101110 | 101001 | 110110 |
Color Harmonies of #BA5AB6
Complementary color
Monochromatic Colors of #BA5AB6
Black with #BA5AB6
Text Example
Text Example
White with #BA5AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AB6; }
p { color: rgb(186,90,182); }
H1.HeaderClassName
{
color: #BA5AB6;
}
.AnyTagClassName
{
color: #BA5AB6;
}
</style>
background-color css
<style>
a { background-color: #BA5AB6; }
a { background-color: rgb(186,90,182); }
div.DivClassName
{
background-color: #BA5AB6;
}
.BgClassName
{
background-color: #BA5AB6;
}
</style>
border-color css
<style>
span { border-color: #BA5AB6; }
span { border-color: rgb(186,90,182); }
td.TdClassName
{
border-color: #BA5AB6;
}
.TagClassName
{
border-color: #BA5AB6;
}
</style>