Shades of Fuchsia #BA6AB0
Tints of Fuchsia #BA6AB0
RGB
CMYK
RGB Variations
Color information
#BA6AB0 (or 0xBA6AB0) is known color: Fuchsia. HEX triplet: BA, 6A and B0. RGB value is (186,106,176). Sum of RGB (Red+Green+Blue) = 186+106+176=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AB0 is #45954F. Grayscale: #898989. Windows color (decimal): -4560208 or 11561658. OLE color: 11561658.
HSL color Cylindrical-coordinate representation of color #BA6AB0: hue angle of 307.5º 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 #BA6AB0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 176 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.27 |
| HSL | 307.5º | 0.37% | 0.57% | - |
| HSV(B) | 307.5º | 0.43% | 0.73% | - |
| XYZ | 33.24 | 23.88 | 43.93 | - |
| YUV | 137.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 176 | 0 | 0.43 | 0.05 | 0.27 | 307.5 | 0.37 | 0.57 |
| Hex | BA | 6A | B0 | 0 | 2B | 5 | 1B | 134 | 25 | 39 |
| Octal | 272 | 152 | 260 | 0 | 53 | 5 | 33 | 464 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10110000 | 0 | 101011 | 101 | 11011 | 100110100 | 100101 | 111001 |
Color Harmonies of #BA6AB0
Complementary color
Monochromatic Colors of #BA6AB0
Black with #BA6AB0
Text Example
Text Example
White with #BA6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AB0; }
p { color: rgb(186,106,176); }
H1.HeaderClassName
{
color: #BA6AB0;
}
.AnyTagClassName
{
color: #BA6AB0;
}
</style>
background-color css
<style>
a { background-color: #BA6AB0; }
a { background-color: rgb(186,106,176); }
div.DivClassName
{
background-color: #BA6AB0;
}
.BgClassName
{
background-color: #BA6AB0;
}
</style>
border-color css
<style>
span { border-color: #BA6AB0; }
span { border-color: rgb(186,106,176); }
td.TdClassName
{
border-color: #BA6AB0;
}
.TagClassName
{
border-color: #BA6AB0;
}
</style>