Shades of Fuchsia #BA6DBE
Tints of Fuchsia #BA6DBE
RGB
CMYK
RGB Variations
Color information
#BA6DBE (or 0xBA6DBE) is known color: Fuchsia. HEX triplet: BA, 6D and BE. RGB value is (186,109,190). Sum of RGB (Red+Green+Blue) = 186+109+190=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DBE is #459241. Grayscale: #8D8D8D. Windows color (decimal): -4559426 or 12479930. OLE color: 12479930.
HSL color Cylindrical-coordinate representation of color #BA6DBE: hue angle of 297.04º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6DBE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 109 | 190 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.25 |
| HSL | 297.04º | 0.38% | 0.59% | - |
| HSV(B) | 297.04º | 0.43% | 0.75% | - |
| XYZ | 35.01 | 25.09 | 51.71 | - |
| YUV | 141.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 190 | 0.02 | 0.43 | 0 | 0.25 | 297.04 | 0.38 | 0.59 |
| Hex | BA | 6D | BE | 2 | 2B | 0 | 19 | 129 | 26 | 3B |
| Octal | 272 | 155 | 276 | 2 | 53 | 0 | 31 | 451 | 46 | 73 |
| Binary | 10111010 | 1101101 | 10111110 | 10 | 101011 | 0 | 11001 | 100101001 | 100110 | 111011 |
Color Harmonies of #BA6DBE
Complementary color
Monochromatic Colors of #BA6DBE
Black with #BA6DBE
Text Example
Text Example
White with #BA6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DBE; }
p { color: rgb(186,109,190); }
H1.HeaderClassName
{
color: #BA6DBE;
}
.AnyTagClassName
{
color: #BA6DBE;
}
</style>
background-color css
<style>
a { background-color: #BA6DBE; }
a { background-color: rgb(186,109,190); }
div.DivClassName
{
background-color: #BA6DBE;
}
.BgClassName
{
background-color: #BA6DBE;
}
</style>
border-color css
<style>
span { border-color: #BA6DBE; }
span { border-color: rgb(186,109,190); }
td.TdClassName
{
border-color: #BA6DBE;
}
.TagClassName
{
border-color: #BA6DBE;
}
</style>