Shades of Fuchsia #BA31BA
Tints of Fuchsia #BA31BA
RGB
CMYK
RGB Variations
Color information
#BA31BA (or 0xBA31BA) is known color: Fuchsia. HEX triplet: BA, 31 and BA. RGB value is (186,49,186). Sum of RGB (Red+Green+Blue) = 186+49+186=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31BA is #45CE45. Grayscale: #696969. Windows color (decimal): -4574790 or 12202426. OLE color: 12202426.
HSL color Cylindrical-coordinate representation of color #BA31BA: hue angle of 300º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31BA is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 186 | - |
| CMYK | 0 | 0.74 | 0 | 0.27 |
| HSL | 300º | 0.58% | 0.46% | - |
| HSV(B) | 300º | 0.74% | 0.73% | - |
| XYZ | 30.21 | 16.18 | 47.99 | - |
| YUV | 105.58 | 173.39 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 186 | 0 | 0.74 | 0 | 0.27 | 300 | 0.58 | 0.46 |
| Hex | BA | 31 | BA | 0 | 4A | 0 | 1B | 12C | 3A | 2E |
| Octal | 272 | 61 | 272 | 0 | 112 | 0 | 33 | 454 | 72 | 56 |
| Binary | 10111010 | 110001 | 10111010 | 0 | 1001010 | 0 | 11011 | 100101100 | 111010 | 101110 |
Color Harmonies of #BA31BA
Complementary color
Monochromatic Colors of #BA31BA
Black with #BA31BA
Text Example
Text Example
White with #BA31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31BA; }
p { color: rgb(186,49,186); }
H1.HeaderClassName
{
color: #BA31BA;
}
.AnyTagClassName
{
color: #BA31BA;
}
</style>
background-color css
<style>
a { background-color: #BA31BA; }
a { background-color: rgb(186,49,186); }
div.DivClassName
{
background-color: #BA31BA;
}
.BgClassName
{
background-color: #BA31BA;
}
</style>
border-color css
<style>
span { border-color: #BA31BA; }
span { border-color: rgb(186,49,186); }
td.TdClassName
{
border-color: #BA31BA;
}
.TagClassName
{
border-color: #BA31BA;
}
</style>