Shades of Fuchsia #BA5AB4
Tints of Fuchsia #BA5AB4
RGB
CMYK
RGB Variations
Color information
#BA5AB4 (or 0xBA5AB4) is known color: Fuchsia. HEX triplet: BA, 5A and B4. RGB value is (186,90,180). Sum of RGB (Red+Green+Blue) = 186+90+180=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AB4 is #45A54B. Grayscale: #808080. Windows color (decimal): -4564300 or 11819706. OLE color: 11819706.
HSL color Cylindrical-coordinate representation of color #BA5AB4: hue angle of 303.75º 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 #BA5AB4 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 180 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.27 |
| HSL | 303.75º | 0.41% | 0.54% | - |
| HSV(B) | 303.75º | 0.52% | 0.73% | - |
| XYZ | 32.14 | 21.05 | 45.55 | - |
| YUV | 128.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 180 | 0 | 0.52 | 0.03 | 0.27 | 303.75 | 0.41 | 0.54 |
| Hex | BA | 5A | B4 | 0 | 34 | 3 | 1B | 130 | 29 | 36 |
| Octal | 272 | 132 | 264 | 0 | 64 | 3 | 33 | 460 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10110100 | 0 | 110100 | 11 | 11011 | 100110000 | 101001 | 110110 |
Color Harmonies of #BA5AB4
Complementary color
Monochromatic Colors of #BA5AB4
Black with #BA5AB4
Text Example
Text Example
White with #BA5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AB4; }
p { color: rgb(186,90,180); }
H1.HeaderClassName
{
color: #BA5AB4;
}
.AnyTagClassName
{
color: #BA5AB4;
}
</style>
background-color css
<style>
a { background-color: #BA5AB4; }
a { background-color: rgb(186,90,180); }
div.DivClassName
{
background-color: #BA5AB4;
}
.BgClassName
{
background-color: #BA5AB4;
}
</style>
border-color css
<style>
span { border-color: #BA5AB4; }
span { border-color: rgb(186,90,180); }
td.TdClassName
{
border-color: #BA5AB4;
}
.TagClassName
{
border-color: #BA5AB4;
}
</style>