Shades of Fuchsia #BA46C5
Tints of Fuchsia #BA46C5
RGB
CMYK
RGB Variations
Color information
#BA46C5 (or 0xBA46C5) is known color: Fuchsia. HEX triplet: BA, 46 and C5. RGB value is (186,70,197). Sum of RGB (Red+Green+Blue) = 186+70+197=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA46C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46C5 is #45B93A. Grayscale: #767676. Windows color (decimal): -4569403 or 12928698. OLE color: 12928698.
HSL color Cylindrical-coordinate representation of color #BA46C5: hue angle of 294.8º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA46C5 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 70 | 197 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.23 |
| HSL | 294.8º | 0.52% | 0.52% | - |
| HSV(B) | 294.8º | 0.64% | 0.77% | - |
| XYZ | 32.52 | 18.85 | 54.75 | - |
| YUV | 119.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 197 | 0.06 | 0.64 | 0 | 0.23 | 294.8 | 0.52 | 0.52 |
| Hex | BA | 46 | C5 | 6 | 40 | 0 | 17 | 127 | 34 | 34 |
| Octal | 272 | 106 | 305 | 6 | 100 | 0 | 27 | 447 | 64 | 64 |
| Binary | 10111010 | 1000110 | 11000101 | 110 | 1000000 | 0 | 10111 | 100100111 | 110100 | 110100 |
Color Harmonies of #BA46C5
Complementary color
Monochromatic Colors of #BA46C5
Black with #BA46C5
Text Example
Text Example
White with #BA46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46C5; }
p { color: rgb(186,70,197); }
H1.HeaderClassName
{
color: #BA46C5;
}
.AnyTagClassName
{
color: #BA46C5;
}
</style>
background-color css
<style>
a { background-color: #BA46C5; }
a { background-color: rgb(186,70,197); }
div.DivClassName
{
background-color: #BA46C5;
}
.BgClassName
{
background-color: #BA46C5;
}
</style>
border-color css
<style>
span { border-color: #BA46C5; }
span { border-color: rgb(186,70,197); }
td.TdClassName
{
border-color: #BA46C5;
}
.TagClassName
{
border-color: #BA46C5;
}
</style>