Shades of Fuchsia #BA46C2
Tints of Fuchsia #BA46C2
RGB
CMYK
RGB Variations
Color information
#BA46C2 (or 0xBA46C2) is known color: Fuchsia. HEX triplet: BA, 46 and C2. RGB value is (186,70,194). Sum of RGB (Red+Green+Blue) = 186+70+194=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA46C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46C2 is #45B93D. Grayscale: #767676. Windows color (decimal): -4569406 or 12732090. OLE color: 12732090.
HSL color Cylindrical-coordinate representation of color #BA46C2: hue angle of 296.13º 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 #BA46C2 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 70 | 194 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.24 |
| HSL | 296.13º | 0.5% | 0.52% | - |
| HSV(B) | 296.13º | 0.64% | 0.76% | - |
| XYZ | 32.18 | 18.71 | 52.96 | - |
| YUV | 118.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 194 | 0.04 | 0.64 | 0 | 0.24 | 296.13 | 0.5 | 0.52 |
| Hex | BA | 46 | C2 | 4 | 40 | 0 | 18 | 128 | 32 | 34 |
| Octal | 272 | 106 | 302 | 4 | 100 | 0 | 30 | 450 | 62 | 64 |
| Binary | 10111010 | 1000110 | 11000010 | 100 | 1000000 | 0 | 11000 | 100101000 | 110010 | 110100 |
Color Harmonies of #BA46C2
Complementary color
Monochromatic Colors of #BA46C2
Black with #BA46C2
Text Example
Text Example
White with #BA46C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46C2; }
p { color: rgb(186,70,194); }
H1.HeaderClassName
{
color: #BA46C2;
}
.AnyTagClassName
{
color: #BA46C2;
}
</style>
background-color css
<style>
a { background-color: #BA46C2; }
a { background-color: rgb(186,70,194); }
div.DivClassName
{
background-color: #BA46C2;
}
.BgClassName
{
background-color: #BA46C2;
}
</style>
border-color css
<style>
span { border-color: #BA46C2; }
span { border-color: rgb(186,70,194); }
td.TdClassName
{
border-color: #BA46C2;
}
.TagClassName
{
border-color: #BA46C2;
}
</style>