Shades of Fuchsia #BA5AB3
Tints of Fuchsia #BA5AB3
RGB
CMYK
RGB Variations
Color information
#BA5AB3 (or 0xBA5AB3) is known color: Fuchsia. HEX triplet: BA, 5A and B3. RGB value is (186,90,179). Sum of RGB (Red+Green+Blue) = 186+90+179=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AB3 is #45A54C. Grayscale: #808080. Windows color (decimal): -4564301 or 11754170. OLE color: 11754170.
HSL color Cylindrical-coordinate representation of color #BA5AB3: hue angle of 304.38º 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 #BA5AB3 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 179 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.27 |
| HSL | 304.38º | 0.41% | 0.54% | - |
| HSV(B) | 304.38º | 0.52% | 0.73% | - |
| XYZ | 32.04 | 21.01 | 45.01 | - |
| YUV | 128.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 179 | 0 | 0.52 | 0.04 | 0.27 | 304.38 | 0.41 | 0.54 |
| Hex | BA | 5A | B3 | 0 | 34 | 4 | 1B | 130 | 29 | 36 |
| Octal | 272 | 132 | 263 | 0 | 64 | 4 | 33 | 460 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10110011 | 0 | 110100 | 100 | 11011 | 100110000 | 101001 | 110110 |
Color Harmonies of #BA5AB3
Complementary color
Monochromatic Colors of #BA5AB3
Black with #BA5AB3
Text Example
Text Example
White with #BA5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AB3; }
p { color: rgb(186,90,179); }
H1.HeaderClassName
{
color: #BA5AB3;
}
.AnyTagClassName
{
color: #BA5AB3;
}
</style>
background-color css
<style>
a { background-color: #BA5AB3; }
a { background-color: rgb(186,90,179); }
div.DivClassName
{
background-color: #BA5AB3;
}
.BgClassName
{
background-color: #BA5AB3;
}
</style>
border-color css
<style>
span { border-color: #BA5AB3; }
span { border-color: rgb(186,90,179); }
td.TdClassName
{
border-color: #BA5AB3;
}
.TagClassName
{
border-color: #BA5AB3;
}
</style>