Shades of Fuchsia #BA6FC1
Tints of Fuchsia #BA6FC1
RGB
CMYK
RGB Variations
Color information
#BA6FC1 (or 0xBA6FC1) is known color: Fuchsia. HEX triplet: BA, 6F and C1. RGB value is (186,111,193). Sum of RGB (Red+Green+Blue) = 186+111+193=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA6FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FC1 is #45903E. Grayscale: #8E8E8E. Windows color (decimal): -4558911 or 12677050. OLE color: 12677050.
HSL color Cylindrical-coordinate representation of color #BA6FC1: hue angle of 294.88º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6FC1 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 111 | 193 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.24 |
| HSL | 294.88º | 0.4% | 0.6% | - |
| HSV(B) | 294.88º | 0.42% | 0.76% | - |
| XYZ | 35.56 | 25.66 | 53.53 | - |
| YUV | 142.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 193 | 0.04 | 0.42 | 0 | 0.24 | 294.88 | 0.4 | 0.6 |
| Hex | BA | 6F | C1 | 4 | 2A | 0 | 18 | 127 | 28 | 3C |
| Octal | 272 | 157 | 301 | 4 | 52 | 0 | 30 | 447 | 50 | 74 |
| Binary | 10111010 | 1101111 | 11000001 | 100 | 101010 | 0 | 11000 | 100100111 | 101000 | 111100 |
Color Harmonies of #BA6FC1
Complementary color
Monochromatic Colors of #BA6FC1
Black with #BA6FC1
Text Example
Text Example
White with #BA6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FC1; }
p { color: rgb(186,111,193); }
H1.HeaderClassName
{
color: #BA6FC1;
}
.AnyTagClassName
{
color: #BA6FC1;
}
</style>
background-color css
<style>
a { background-color: #BA6FC1; }
a { background-color: rgb(186,111,193); }
div.DivClassName
{
background-color: #BA6FC1;
}
.BgClassName
{
background-color: #BA6FC1;
}
</style>
border-color css
<style>
span { border-color: #BA6FC1; }
span { border-color: rgb(186,111,193); }
td.TdClassName
{
border-color: #BA6FC1;
}
.TagClassName
{
border-color: #BA6FC1;
}
</style>