Shades of Fuchsia #BA5ABC
Tints of Fuchsia #BA5ABC
RGB
CMYK
RGB Variations
Color information
#BA5ABC (or 0xBA5ABC) is known color: Fuchsia. HEX triplet: BA, 5A and BC. RGB value is (186,90,188). Sum of RGB (Red+Green+Blue) = 186+90+188=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ABC is #45A543. Grayscale: #818181. Windows color (decimal): -4564292 or 12343994. OLE color: 12343994.
HSL color Cylindrical-coordinate representation of color #BA5ABC: hue angle of 298.78º degrees, saturation: 0.42, 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 #BA5ABC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 90 | 188 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.26 |
| HSL | 298.78º | 0.42% | 0.55% | - |
| HSV(B) | 298.78º | 0.52% | 0.74% | - |
| XYZ | 32.98 | 21.38 | 49.97 | - |
| YUV | 129.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 188 | 0.01 | 0.52 | 0 | 0.26 | 298.78 | 0.42 | 0.55 |
| Hex | BA | 5A | BC | 1 | 34 | 0 | 1A | 12B | 2A | 37 |
| Octal | 272 | 132 | 274 | 1 | 64 | 0 | 32 | 453 | 52 | 67 |
| Binary | 10111010 | 1011010 | 10111100 | 1 | 110100 | 0 | 11010 | 100101011 | 101010 | 110111 |
Color Harmonies of #BA5ABC
Complementary color
Monochromatic Colors of #BA5ABC
Black with #BA5ABC
Text Example
Text Example
White with #BA5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ABC; }
p { color: rgb(186,90,188); }
H1.HeaderClassName
{
color: #BA5ABC;
}
.AnyTagClassName
{
color: #BA5ABC;
}
</style>
background-color css
<style>
a { background-color: #BA5ABC; }
a { background-color: rgb(186,90,188); }
div.DivClassName
{
background-color: #BA5ABC;
}
.BgClassName
{
background-color: #BA5ABC;
}
</style>
border-color css
<style>
span { border-color: #BA5ABC; }
span { border-color: rgb(186,90,188); }
td.TdClassName
{
border-color: #BA5ABC;
}
.TagClassName
{
border-color: #BA5ABC;
}
</style>