Shades of Fuchsia #BA6BBA
Tints of Fuchsia #BA6BBA
RGB
CMYK
RGB Variations
Color information
#BA6BBA (or 0xBA6BBA) is known color: Fuchsia. HEX triplet: BA, 6B and BA. RGB value is (186,107,186). Sum of RGB (Red+Green+Blue) = 186+107+186=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BBA is #459445. Grayscale: #8B8B8B. Windows color (decimal): -4559942 or 12217274. OLE color: 12217274.
HSL color Cylindrical-coordinate representation of color #BA6BBA: hue angle of 300º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BBA is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 186 | - |
| CMYK | 0 | 0.42 | 0 | 0.27 |
| HSL | 300º | 0.36% | 0.57% | - |
| HSV(B) | 300º | 0.42% | 0.73% | - |
| XYZ | 34.37 | 24.5 | 49.37 | - |
| YUV | 139.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 186 | 0 | 0.42 | 0 | 0.27 | 300 | 0.36 | 0.57 |
| Hex | BA | 6B | BA | 0 | 2A | 0 | 1B | 12C | 24 | 39 |
| Octal | 272 | 153 | 272 | 0 | 52 | 0 | 33 | 454 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10111010 | 0 | 101010 | 0 | 11011 | 100101100 | 100100 | 111001 |
Color Harmonies of #BA6BBA
Complementary color
Monochromatic Colors of #BA6BBA
Black with #BA6BBA
Text Example
Text Example
White with #BA6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BBA; }
p { color: rgb(186,107,186); }
H1.HeaderClassName
{
color: #BA6BBA;
}
.AnyTagClassName
{
color: #BA6BBA;
}
</style>
background-color css
<style>
a { background-color: #BA6BBA; }
a { background-color: rgb(186,107,186); }
div.DivClassName
{
background-color: #BA6BBA;
}
.BgClassName
{
background-color: #BA6BBA;
}
</style>
border-color css
<style>
span { border-color: #BA6BBA; }
span { border-color: rgb(186,107,186); }
td.TdClassName
{
border-color: #BA6BBA;
}
.TagClassName
{
border-color: #BA6BBA;
}
</style>