Shades of Fuchsia #BA6FB7
Tints of Fuchsia #BA6FB7
RGB
CMYK
RGB Variations
Color information
#BA6FB7 (or 0xBA6FB7) is known color: Fuchsia. HEX triplet: BA, 6F and B7. RGB value is (186,111,183). Sum of RGB (Red+Green+Blue) = 186+111+183=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FB7 is #459048. Grayscale: #8D8D8D. Windows color (decimal): -4558921 or 12021690. OLE color: 12021690.
HSL color Cylindrical-coordinate representation of color #BA6FB7: hue angle of 302.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6FB7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 183 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.27 |
| HSL | 302.4º | 0.35% | 0.58% | - |
| HSV(B) | 302.4º | 0.4% | 0.73% | - |
| XYZ | 34.48 | 25.23 | 47.85 | - |
| YUV | 141.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 183 | 0 | 0.40 | 0.02 | 0.27 | 302.4 | 0.35 | 0.58 |
| Hex | BA | 6F | B7 | 0 | 28 | 2 | 1B | 12E | 23 | 3A |
| Octal | 272 | 157 | 267 | 0 | 50 | 2 | 33 | 456 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10110111 | 0 | 101000 | 10 | 11011 | 100101110 | 100011 | 111010 |
Color Harmonies of #BA6FB7
Complementary color
Monochromatic Colors of #BA6FB7
Black with #BA6FB7
Text Example
Text Example
White with #BA6FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FB7; }
p { color: rgb(186,111,183); }
H1.HeaderClassName
{
color: #BA6FB7;
}
.AnyTagClassName
{
color: #BA6FB7;
}
</style>
background-color css
<style>
a { background-color: #BA6FB7; }
a { background-color: rgb(186,111,183); }
div.DivClassName
{
background-color: #BA6FB7;
}
.BgClassName
{
background-color: #BA6FB7;
}
</style>
border-color css
<style>
span { border-color: #BA6FB7; }
span { border-color: rgb(186,111,183); }
td.TdClassName
{
border-color: #BA6FB7;
}
.TagClassName
{
border-color: #BA6FB7;
}
</style>