Shades of Fuchsia #BA6DB7
Tints of Fuchsia #BA6DB7
RGB
CMYK
RGB Variations
Color information
#BA6DB7 (or 0xBA6DB7) is known color: Fuchsia. HEX triplet: BA, 6D and B7. RGB value is (186,109,183). Sum of RGB (Red+Green+Blue) = 186+109+183=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DB7 is #459248. Grayscale: #8C8C8C. Windows color (decimal): -4559433 or 12021178. OLE color: 12021178.
HSL color Cylindrical-coordinate representation of color #BA6DB7: hue angle of 302.34º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6DB7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 183 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.27 |
| HSL | 302.34º | 0.36% | 0.58% | - |
| HSV(B) | 302.34º | 0.41% | 0.73% | - |
| XYZ | 34.27 | 24.8 | 47.78 | - |
| YUV | 140.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 183 | 0 | 0.41 | 0.02 | 0.27 | 302.34 | 0.36 | 0.58 |
| Hex | BA | 6D | B7 | 0 | 29 | 2 | 1B | 12E | 24 | 3A |
| Octal | 272 | 155 | 267 | 0 | 51 | 2 | 33 | 456 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10110111 | 0 | 101001 | 10 | 11011 | 100101110 | 100100 | 111010 |
Color Harmonies of #BA6DB7
Complementary color
Monochromatic Colors of #BA6DB7
Black with #BA6DB7
Text Example
Text Example
White with #BA6DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DB7; }
p { color: rgb(186,109,183); }
H1.HeaderClassName
{
color: #BA6DB7;
}
.AnyTagClassName
{
color: #BA6DB7;
}
</style>
background-color css
<style>
a { background-color: #BA6DB7; }
a { background-color: rgb(186,109,183); }
div.DivClassName
{
background-color: #BA6DB7;
}
.BgClassName
{
background-color: #BA6DB7;
}
</style>
border-color css
<style>
span { border-color: #BA6DB7; }
span { border-color: rgb(186,109,183); }
td.TdClassName
{
border-color: #BA6DB7;
}
.TagClassName
{
border-color: #BA6DB7;
}
</style>