Shades of Fuchsia #BA5ABD
Tints of Fuchsia #BA5ABD
RGB
CMYK
RGB Variations
Color information
#BA5ABD (or 0xBA5ABD) is known color: Fuchsia. HEX triplet: BA, 5A and BD. RGB value is (186,90,189). Sum of RGB (Red+Green+Blue) = 186+90+189=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA5ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABD is #45A542. Grayscale: #818181. Windows color (decimal): -4564291 or 12409530. OLE color: 12409530.
HSL color Cylindrical-coordinate representation of color #BA5ABD: hue angle of 298.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5ABD is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 90 | 189 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.26 |
| HSL | 298.18º | 0.43% | 0.55% | - |
| HSV(B) | 298.18º | 0.52% | 0.74% | - |
| XYZ | 33.09 | 21.43 | 50.54 | - |
| YUV | 129.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 189 | 0.02 | 0.52 | 0 | 0.26 | 298.18 | 0.43 | 0.55 |
| Hex | BA | 5A | BD | 2 | 34 | 0 | 1A | 12A | 2B | 37 |
| Octal | 272 | 132 | 275 | 2 | 64 | 0 | 32 | 452 | 53 | 67 |
| Binary | 10111010 | 1011010 | 10111101 | 10 | 110100 | 0 | 11010 | 100101010 | 101011 | 110111 |
Color Harmonies of #BA5ABD
Complementary color
Monochromatic Colors of #BA5ABD
Black with #BA5ABD
Text Example
Text Example
White with #BA5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ABD; }
p { color: rgb(186,90,189); }
H1.HeaderClassName
{
color: #BA5ABD;
}
.AnyTagClassName
{
color: #BA5ABD;
}
</style>
background-color css
<style>
a { background-color: #BA5ABD; }
a { background-color: rgb(186,90,189); }
div.DivClassName
{
background-color: #BA5ABD;
}
.BgClassName
{
background-color: #BA5ABD;
}
</style>
border-color css
<style>
span { border-color: #BA5ABD; }
span { border-color: rgb(186,90,189); }
td.TdClassName
{
border-color: #BA5ABD;
}
.TagClassName
{
border-color: #BA5ABD;
}
</style>