Shades of Fuchsia #BA39AB
Tints of Fuchsia #BA39AB
RGB
CMYK
RGB Variations
Color information
#BA39AB (or 0xBA39AB) is known color: Fuchsia. HEX triplet: BA, 39 and AB. RGB value is (186,57,171). Sum of RGB (Red+Green+Blue) = 186+57+171=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39AB is #45C654. Grayscale: #6C6C6C. Windows color (decimal): -4572757 or 11221434. OLE color: 11221434.
HSL color Cylindrical-coordinate representation of color #BA39AB: hue angle of 306.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA39AB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 171 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.27 |
| HSL | 306.98º | 0.53% | 0.48% | - |
| HSV(B) | 306.98º | 0.69% | 0.73% | - |
| XYZ | 29.06 | 16.31 | 40.14 | - |
| YUV | 108.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 171 | 0 | 0.69 | 0.08 | 0.27 | 306.98 | 0.53 | 0.48 |
| Hex | BA | 39 | AB | 0 | 45 | 8 | 1B | 133 | 35 | 30 |
| Octal | 272 | 71 | 253 | 0 | 105 | 10 | 33 | 463 | 65 | 60 |
| Binary | 10111010 | 111001 | 10101011 | 0 | 1000101 | 1000 | 11011 | 100110011 | 110101 | 110000 |
Color Harmonies of #BA39AB
Complementary color
Monochromatic Colors of #BA39AB
Black with #BA39AB
Text Example
Text Example
White with #BA39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39AB; }
p { color: rgb(186,57,171); }
H1.HeaderClassName
{
color: #BA39AB;
}
.AnyTagClassName
{
color: #BA39AB;
}
</style>
background-color css
<style>
a { background-color: #BA39AB; }
a { background-color: rgb(186,57,171); }
div.DivClassName
{
background-color: #BA39AB;
}
.BgClassName
{
background-color: #BA39AB;
}
</style>
border-color css
<style>
span { border-color: #BA39AB; }
span { border-color: rgb(186,57,171); }
td.TdClassName
{
border-color: #BA39AB;
}
.TagClassName
{
border-color: #BA39AB;
}
</style>