Shades of Fuchsia #BA6AB7
Tints of Fuchsia #BA6AB7
RGB
CMYK
RGB Variations
Color information
#BA6AB7 (or 0xBA6AB7) is known color: Fuchsia. HEX triplet: BA, 6A and B7. RGB value is (186,106,183). Sum of RGB (Red+Green+Blue) = 186+106+183=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AB7 is #459548. Grayscale: #8A8A8A. Windows color (decimal): -4560201 or 12020410. OLE color: 12020410.
HSL color Cylindrical-coordinate representation of color #BA6AB7: hue angle of 302.25º 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 #BA6AB7 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 183 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.27 |
| HSL | 302.25º | 0.37% | 0.57% | - |
| HSV(B) | 302.25º | 0.43% | 0.73% | - |
| XYZ | 33.95 | 24.17 | 47.67 | - |
| YUV | 138.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 183 | 0 | 0.43 | 0.02 | 0.27 | 302.25 | 0.37 | 0.57 |
| Hex | BA | 6A | B7 | 0 | 2B | 2 | 1B | 12E | 25 | 39 |
| Octal | 272 | 152 | 267 | 0 | 53 | 2 | 33 | 456 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10110111 | 0 | 101011 | 10 | 11011 | 100101110 | 100101 | 111001 |
Color Harmonies of #BA6AB7
Complementary color
Monochromatic Colors of #BA6AB7
Black with #BA6AB7
Text Example
Text Example
White with #BA6AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AB7; }
p { color: rgb(186,106,183); }
H1.HeaderClassName
{
color: #BA6AB7;
}
.AnyTagClassName
{
color: #BA6AB7;
}
</style>
background-color css
<style>
a { background-color: #BA6AB7; }
a { background-color: rgb(186,106,183); }
div.DivClassName
{
background-color: #BA6AB7;
}
.BgClassName
{
background-color: #BA6AB7;
}
</style>
border-color css
<style>
span { border-color: #BA6AB7; }
span { border-color: rgb(186,106,183); }
td.TdClassName
{
border-color: #BA6AB7;
}
.TagClassName
{
border-color: #BA6AB7;
}
</style>