Shades of Fuchsia #BA46BA
Tints of Fuchsia #BA46BA
RGB
CMYK
RGB Variations
Color information
#BA46BA (or 0xBA46BA) is known color: Fuchsia. HEX triplet: BA, 46 and BA. RGB value is (186,70,186). Sum of RGB (Red+Green+Blue) = 186+70+186=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46BA is #45B945. Grayscale: #757575. Windows color (decimal): -4569414 or 12207802. OLE color: 12207802.
HSL color Cylindrical-coordinate representation of color #BA46BA: hue angle of 300º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA46BA is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 186 | - |
| CMYK | 0 | 0.62 | 0 | 0.27 |
| HSL | 300º | 0.46% | 0.5% | - |
| HSV(B) | 300º | 0.62% | 0.73% | - |
| XYZ | 31.3 | 18.36 | 48.35 | - |
| YUV | 117.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 186 | 0 | 0.62 | 0 | 0.27 | 300 | 0.46 | 0.5 |
| Hex | BA | 46 | BA | 0 | 3E | 0 | 1B | 12C | 2E | 32 |
| Octal | 272 | 106 | 272 | 0 | 76 | 0 | 33 | 454 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10111010 | 0 | 111110 | 0 | 11011 | 100101100 | 101110 | 110010 |
Color Harmonies of #BA46BA
Complementary color
Monochromatic Colors of #BA46BA
Black with #BA46BA
Text Example
Text Example
White with #BA46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46BA; }
p { color: rgb(186,70,186); }
H1.HeaderClassName
{
color: #BA46BA;
}
.AnyTagClassName
{
color: #BA46BA;
}
</style>
background-color css
<style>
a { background-color: #BA46BA; }
a { background-color: rgb(186,70,186); }
div.DivClassName
{
background-color: #BA46BA;
}
.BgClassName
{
background-color: #BA46BA;
}
</style>
border-color css
<style>
span { border-color: #BA46BA; }
span { border-color: rgb(186,70,186); }
td.TdClassName
{
border-color: #BA46BA;
}
.TagClassName
{
border-color: #BA46BA;
}
</style>