Shades of Fuchsia #BA6AB5
Tints of Fuchsia #BA6AB5
RGB
CMYK
RGB Variations
Color information
#BA6AB5 (or 0xBA6AB5) is known color: Fuchsia. HEX triplet: BA, 6A and B5. RGB value is (186,106,181). Sum of RGB (Red+Green+Blue) = 186+106+181=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AB5 is #45954A. Grayscale: #8A8A8A. Windows color (decimal): -4560203 or 11889338. OLE color: 11889338.
HSL color Cylindrical-coordinate representation of color #BA6AB5: hue angle of 303.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6AB5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 181 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.27 |
| HSL | 303.75º | 0.37% | 0.57% | - |
| HSV(B) | 303.75º | 0.43% | 0.73% | - |
| XYZ | 33.74 | 24.08 | 46.59 | - |
| YUV | 138.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 181 | 0 | 0.43 | 0.03 | 0.27 | 303.75 | 0.37 | 0.57 |
| Hex | BA | 6A | B5 | 0 | 2B | 3 | 1B | 130 | 25 | 39 |
| Octal | 272 | 152 | 265 | 0 | 53 | 3 | 33 | 460 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10110101 | 0 | 101011 | 11 | 11011 | 100110000 | 100101 | 111001 |
Color Harmonies of #BA6AB5
Complementary color
Monochromatic Colors of #BA6AB5
Black with #BA6AB5
Text Example
Text Example
White with #BA6AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AB5; }
p { color: rgb(186,106,181); }
H1.HeaderClassName
{
color: #BA6AB5;
}
.AnyTagClassName
{
color: #BA6AB5;
}
</style>
background-color css
<style>
a { background-color: #BA6AB5; }
a { background-color: rgb(186,106,181); }
div.DivClassName
{
background-color: #BA6AB5;
}
.BgClassName
{
background-color: #BA6AB5;
}
</style>
border-color css
<style>
span { border-color: #BA6AB5; }
span { border-color: rgb(186,106,181); }
td.TdClassName
{
border-color: #BA6AB5;
}
.TagClassName
{
border-color: #BA6AB5;
}
</style>