Shades of Fuchsia #BA6DB3
Tints of Fuchsia #BA6DB3
RGB
CMYK
RGB Variations
Color information
#BA6DB3 (or 0xBA6DB3) is known color: Fuchsia. HEX triplet: BA, 6D and B3. RGB value is (186,109,179). Sum of RGB (Red+Green+Blue) = 186+109+179=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DB3 is #45924C. Grayscale: #8B8B8B. Windows color (decimal): -4559437 or 11759034. OLE color: 11759034.
HSL color Cylindrical-coordinate representation of color #BA6DB3: hue angle of 305.45º 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 #BA6DB3 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 179 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.27 |
| HSL | 305.45º | 0.36% | 0.58% | - |
| HSV(B) | 305.45º | 0.41% | 0.73% | - |
| XYZ | 33.86 | 24.63 | 45.62 | - |
| YUV | 140 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 179 | 0 | 0.41 | 0.04 | 0.27 | 305.45 | 0.36 | 0.58 |
| Hex | BA | 6D | B3 | 0 | 29 | 4 | 1B | 131 | 24 | 3A |
| Octal | 272 | 155 | 263 | 0 | 51 | 4 | 33 | 461 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10110011 | 0 | 101001 | 100 | 11011 | 100110001 | 100100 | 111010 |
Color Harmonies of #BA6DB3
Complementary color
Monochromatic Colors of #BA6DB3
Black with #BA6DB3
Text Example
Text Example
White with #BA6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DB3; }
p { color: rgb(186,109,179); }
H1.HeaderClassName
{
color: #BA6DB3;
}
.AnyTagClassName
{
color: #BA6DB3;
}
</style>
background-color css
<style>
a { background-color: #BA6DB3; }
a { background-color: rgb(186,109,179); }
div.DivClassName
{
background-color: #BA6DB3;
}
.BgClassName
{
background-color: #BA6DB3;
}
</style>
border-color css
<style>
span { border-color: #BA6DB3; }
span { border-color: rgb(186,109,179); }
td.TdClassName
{
border-color: #BA6DB3;
}
.TagClassName
{
border-color: #BA6DB3;
}
</style>