Shades of Fuchsia #BA5ABB
Tints of Fuchsia #BA5ABB
RGB
CMYK
RGB Variations
Color information
#BA5ABB (or 0xBA5ABB) is known color: Fuchsia. HEX triplet: BA, 5A and BB. RGB value is (186,90,187). Sum of RGB (Red+Green+Blue) = 186+90+187=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABB is #45A544. Grayscale: #818181. Windows color (decimal): -4564293 or 12278458. OLE color: 12278458.
HSL color Cylindrical-coordinate representation of color #BA5ABB: hue angle of 299.38º degrees, saturation: 0.42, 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 #BA5ABB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 187 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.27 |
| HSL | 299.38º | 0.42% | 0.54% | - |
| HSV(B) | 299.38º | 0.52% | 0.73% | - |
| XYZ | 32.88 | 21.34 | 49.4 | - |
| YUV | 129.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 187 | 0.01 | 0.52 | 0 | 0.27 | 299.38 | 0.42 | 0.54 |
| Hex | BA | 5A | BB | 1 | 34 | 0 | 1B | 12B | 2A | 36 |
| Octal | 272 | 132 | 273 | 1 | 64 | 0 | 33 | 453 | 52 | 66 |
| Binary | 10111010 | 1011010 | 10111011 | 1 | 110100 | 0 | 11011 | 100101011 | 101010 | 110110 |
Color Harmonies of #BA5ABB
Complementary color
Monochromatic Colors of #BA5ABB
Black with #BA5ABB
Text Example
Text Example
White with #BA5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ABB; }
p { color: rgb(186,90,187); }
H1.HeaderClassName
{
color: #BA5ABB;
}
.AnyTagClassName
{
color: #BA5ABB;
}
</style>
background-color css
<style>
a { background-color: #BA5ABB; }
a { background-color: rgb(186,90,187); }
div.DivClassName
{
background-color: #BA5ABB;
}
.BgClassName
{
background-color: #BA5ABB;
}
</style>
border-color css
<style>
span { border-color: #BA5ABB; }
span { border-color: rgb(186,90,187); }
td.TdClassName
{
border-color: #BA5ABB;
}
.TagClassName
{
border-color: #BA5ABB;
}
</style>