Shades of Fuchsia #BA46C1
Tints of Fuchsia #BA46C1
RGB
CMYK
RGB Variations
Color information
#BA46C1 (or 0xBA46C1) is known color: Fuchsia. HEX triplet: BA, 46 and C1. RGB value is (186,70,193). Sum of RGB (Red+Green+Blue) = 186+70+193=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA46C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46C1 is #45B93E. Grayscale: #767676. Windows color (decimal): -4569407 or 12666554. OLE color: 12666554.
HSL color Cylindrical-coordinate representation of color #BA46C1: hue angle of 296.59º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA46C1 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 70 | 193 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.24 |
| HSL | 296.59º | 0.5% | 0.52% | - |
| HSV(B) | 296.59º | 0.64% | 0.76% | - |
| XYZ | 32.07 | 18.67 | 52.37 | - |
| YUV | 118.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 193 | 0.04 | 0.64 | 0 | 0.24 | 296.59 | 0.5 | 0.52 |
| Hex | BA | 46 | C1 | 4 | 40 | 0 | 18 | 129 | 32 | 34 |
| Octal | 272 | 106 | 301 | 4 | 100 | 0 | 30 | 451 | 62 | 64 |
| Binary | 10111010 | 1000110 | 11000001 | 100 | 1000000 | 0 | 11000 | 100101001 | 110010 | 110100 |
Color Harmonies of #BA46C1
Complementary color
Monochromatic Colors of #BA46C1
Black with #BA46C1
Text Example
Text Example
White with #BA46C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46C1; }
p { color: rgb(186,70,193); }
H1.HeaderClassName
{
color: #BA46C1;
}
.AnyTagClassName
{
color: #BA46C1;
}
</style>
background-color css
<style>
a { background-color: #BA46C1; }
a { background-color: rgb(186,70,193); }
div.DivClassName
{
background-color: #BA46C1;
}
.BgClassName
{
background-color: #BA46C1;
}
</style>
border-color css
<style>
span { border-color: #BA46C1; }
span { border-color: rgb(186,70,193); }
td.TdClassName
{
border-color: #BA46C1;
}
.TagClassName
{
border-color: #BA46C1;
}
</style>