Shades of Fuchsia #BA6BBD
Tints of Fuchsia #BA6BBD
RGB
CMYK
RGB Variations
Color information
#BA6BBD (or 0xBA6BBD) is known color: Fuchsia. HEX triplet: BA, 6B and BD. RGB value is (186,107,189). Sum of RGB (Red+Green+Blue) = 186+107+189=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BBD is #459442. Grayscale: #8B8B8B. Windows color (decimal): -4559939 or 12413882. OLE color: 12413882.
HSL color Cylindrical-coordinate representation of color #BA6BBD: hue angle of 297.8º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6BBD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 107 | 189 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.26 |
| HSL | 297.8º | 0.38% | 0.58% | - |
| HSV(B) | 297.8º | 0.43% | 0.74% | - |
| XYZ | 34.69 | 24.63 | 51.07 | - |
| YUV | 139.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 189 | 0.02 | 0.43 | 0 | 0.26 | 297.8 | 0.38 | 0.58 |
| Hex | BA | 6B | BD | 2 | 2B | 0 | 1A | 12A | 26 | 3A |
| Octal | 272 | 153 | 275 | 2 | 53 | 0 | 32 | 452 | 46 | 72 |
| Binary | 10111010 | 1101011 | 10111101 | 10 | 101011 | 0 | 11010 | 100101010 | 100110 | 111010 |
Color Harmonies of #BA6BBD
Complementary color
Monochromatic Colors of #BA6BBD
Black with #BA6BBD
Text Example
Text Example
White with #BA6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BBD; }
p { color: rgb(186,107,189); }
H1.HeaderClassName
{
color: #BA6BBD;
}
.AnyTagClassName
{
color: #BA6BBD;
}
</style>
background-color css
<style>
a { background-color: #BA6BBD; }
a { background-color: rgb(186,107,189); }
div.DivClassName
{
background-color: #BA6BBD;
}
.BgClassName
{
background-color: #BA6BBD;
}
</style>
border-color css
<style>
span { border-color: #BA6BBD; }
span { border-color: rgb(186,107,189); }
td.TdClassName
{
border-color: #BA6BBD;
}
.TagClassName
{
border-color: #BA6BBD;
}
</style>