Shades of Fuchsia #BA6BBF
Tints of Fuchsia #BA6BBF
RGB
CMYK
RGB Variations
Color information
#BA6BBF (or 0xBA6BBF) is known color: Fuchsia. HEX triplet: BA, 6B and BF. RGB value is (186,107,191). Sum of RGB (Red+Green+Blue) = 186+107+191=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BBF is #459440. Grayscale: #8B8B8B. Windows color (decimal): -4559937 or 12544954. OLE color: 12544954.
HSL color Cylindrical-coordinate representation of color #BA6BBF: hue angle of 296.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6BBF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 107 | 191 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.25 |
| HSL | 296.43º | 0.4% | 0.58% | - |
| HSV(B) | 296.43º | 0.44% | 0.75% | - |
| XYZ | 34.91 | 24.72 | 52.22 | - |
| YUV | 140.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 191 | 0.03 | 0.44 | 0 | 0.25 | 296.43 | 0.4 | 0.58 |
| Hex | BA | 6B | BF | 3 | 2C | 0 | 19 | 128 | 28 | 3A |
| Octal | 272 | 153 | 277 | 3 | 54 | 0 | 31 | 450 | 50 | 72 |
| Binary | 10111010 | 1101011 | 10111111 | 11 | 101100 | 0 | 11001 | 100101000 | 101000 | 111010 |
Color Harmonies of #BA6BBF
Complementary color
Monochromatic Colors of #BA6BBF
Black with #BA6BBF
Text Example
Text Example
White with #BA6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BBF; }
p { color: rgb(186,107,191); }
H1.HeaderClassName
{
color: #BA6BBF;
}
.AnyTagClassName
{
color: #BA6BBF;
}
</style>
background-color css
<style>
a { background-color: #BA6BBF; }
a { background-color: rgb(186,107,191); }
div.DivClassName
{
background-color: #BA6BBF;
}
.BgClassName
{
background-color: #BA6BBF;
}
</style>
border-color css
<style>
span { border-color: #BA6BBF; }
span { border-color: rgb(186,107,191); }
td.TdClassName
{
border-color: #BA6BBF;
}
.TagClassName
{
border-color: #BA6BBF;
}
</style>