Shades of Fuchsia #BA6DBD
Tints of Fuchsia #BA6DBD
RGB
CMYK
RGB Variations
Color information
#BA6DBD (or 0xBA6DBD) is known color: Fuchsia. HEX triplet: BA, 6D and BD. RGB value is (186,109,189). Sum of RGB (Red+Green+Blue) = 186+109+189=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA6DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DBD is #459242. Grayscale: #8C8C8C. Windows color (decimal): -4559427 or 12414394. OLE color: 12414394.
HSL color Cylindrical-coordinate representation of color #BA6DBD: hue angle of 297.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6DBD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 109 | 189 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.26 |
| HSL | 297.75º | 0.38% | 0.58% | - |
| HSV(B) | 297.75º | 0.42% | 0.74% | - |
| XYZ | 34.9 | 25.05 | 51.14 | - |
| YUV | 141.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 189 | 0.02 | 0.42 | 0 | 0.26 | 297.75 | 0.38 | 0.58 |
| Hex | BA | 6D | BD | 2 | 2A | 0 | 1A | 12A | 26 | 3A |
| Octal | 272 | 155 | 275 | 2 | 52 | 0 | 32 | 452 | 46 | 72 |
| Binary | 10111010 | 1101101 | 10111101 | 10 | 101010 | 0 | 11010 | 100101010 | 100110 | 111010 |
Color Harmonies of #BA6DBD
Complementary color
Monochromatic Colors of #BA6DBD
Black with #BA6DBD
Text Example
Text Example
White with #BA6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DBD; }
p { color: rgb(186,109,189); }
H1.HeaderClassName
{
color: #BA6DBD;
}
.AnyTagClassName
{
color: #BA6DBD;
}
</style>
background-color css
<style>
a { background-color: #BA6DBD; }
a { background-color: rgb(186,109,189); }
div.DivClassName
{
background-color: #BA6DBD;
}
.BgClassName
{
background-color: #BA6DBD;
}
</style>
border-color css
<style>
span { border-color: #BA6DBD; }
span { border-color: rgb(186,109,189); }
td.TdClassName
{
border-color: #BA6DBD;
}
.TagClassName
{
border-color: #BA6DBD;
}
</style>