Shades of Fuchsia #BA46BF
Tints of Fuchsia #BA46BF
RGB
CMYK
RGB Variations
Color information
#BA46BF (or 0xBA46BF) is known color: Fuchsia. HEX triplet: BA, 46 and BF. RGB value is (186,70,191). Sum of RGB (Red+Green+Blue) = 186+70+191=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA46BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46BF is #45B940. Grayscale: #767676. Windows color (decimal): -4569409 or 12535482. OLE color: 12535482.
HSL color Cylindrical-coordinate representation of color #BA46BF: hue angle of 297.52º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA46BF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 70 | 191 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.25 |
| HSL | 297.52º | 0.49% | 0.51% | - |
| HSV(B) | 297.52º | 0.63% | 0.75% | - |
| XYZ | 31.84 | 18.58 | 51.2 | - |
| YUV | 118.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 191 | 0.03 | 0.63 | 0 | 0.25 | 297.52 | 0.49 | 0.51 |
| Hex | BA | 46 | BF | 3 | 3F | 0 | 19 | 12A | 31 | 33 |
| Octal | 272 | 106 | 277 | 3 | 77 | 0 | 31 | 452 | 61 | 63 |
| Binary | 10111010 | 1000110 | 10111111 | 11 | 111111 | 0 | 11001 | 100101010 | 110001 | 110011 |
Color Harmonies of #BA46BF
Complementary color
Monochromatic Colors of #BA46BF
Black with #BA46BF
Text Example
Text Example
White with #BA46BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46BF; }
p { color: rgb(186,70,191); }
H1.HeaderClassName
{
color: #BA46BF;
}
.AnyTagClassName
{
color: #BA46BF;
}
</style>
background-color css
<style>
a { background-color: #BA46BF; }
a { background-color: rgb(186,70,191); }
div.DivClassName
{
background-color: #BA46BF;
}
.BgClassName
{
background-color: #BA46BF;
}
</style>
border-color css
<style>
span { border-color: #BA46BF; }
span { border-color: rgb(186,70,191); }
td.TdClassName
{
border-color: #BA46BF;
}
.TagClassName
{
border-color: #BA46BF;
}
</style>