Shades of Fuchsia #BA6DB2
Tints of Fuchsia #BA6DB2
RGB
CMYK
RGB Variations
Color information
#BA6DB2 (or 0xBA6DB2) is known color: Fuchsia. HEX triplet: BA, 6D and B2. RGB value is (186,109,178). Sum of RGB (Red+Green+Blue) = 186+109+178=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DB2 is #45924D. Grayscale: #8B8B8B. Windows color (decimal): -4559438 or 11693498. OLE color: 11693498.
HSL color Cylindrical-coordinate representation of color #BA6DB2: hue angle of 306.23º 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 #BA6DB2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 178 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.27 |
| HSL | 306.23º | 0.36% | 0.58% | - |
| HSV(B) | 306.23º | 0.41% | 0.73% | - |
| XYZ | 33.75 | 24.59 | 45.09 | - |
| YUV | 139.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 178 | 0 | 0.41 | 0.04 | 0.27 | 306.23 | 0.36 | 0.58 |
| Hex | BA | 6D | B2 | 0 | 29 | 4 | 1B | 132 | 24 | 3A |
| Octal | 272 | 155 | 262 | 0 | 51 | 4 | 33 | 462 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10110010 | 0 | 101001 | 100 | 11011 | 100110010 | 100100 | 111010 |
Color Harmonies of #BA6DB2
Complementary color
Monochromatic Colors of #BA6DB2
Black with #BA6DB2
Text Example
Text Example
White with #BA6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DB2; }
p { color: rgb(186,109,178); }
H1.HeaderClassName
{
color: #BA6DB2;
}
.AnyTagClassName
{
color: #BA6DB2;
}
</style>
background-color css
<style>
a { background-color: #BA6DB2; }
a { background-color: rgb(186,109,178); }
div.DivClassName
{
background-color: #BA6DB2;
}
.BgClassName
{
background-color: #BA6DB2;
}
</style>
border-color css
<style>
span { border-color: #BA6DB2; }
span { border-color: rgb(186,109,178); }
td.TdClassName
{
border-color: #BA6DB2;
}
.TagClassName
{
border-color: #BA6DB2;
}
</style>