Shades of Fuchsia #BA31C7
Tints of Fuchsia #BA31C7
RGB
CMYK
RGB Variations
Color information
#BA31C7 (or 0xBA31C7) is known color: Fuchsia. HEX triplet: BA, 31 and C7. RGB value is (186,49,199). Sum of RGB (Red+Green+Blue) = 186+49+199=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA31C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31C7 is #45CE38. Grayscale: #6A6A6A. Windows color (decimal): -4574777 or 13054394. OLE color: 13054394.
HSL color Cylindrical-coordinate representation of color #BA31C7: hue angle of 294.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA31C7 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 49 | 199 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.22 |
| HSL | 294.8º | 0.6% | 0.49% | - |
| HSV(B) | 294.8º | 0.75% | 0.78% | - |
| XYZ | 31.66 | 16.76 | 55.6 | - |
| YUV | 107.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 199 | 0.07 | 0.75 | 0 | 0.22 | 294.8 | 0.6 | 0.49 |
| Hex | BA | 31 | C7 | 7 | 4B | 0 | 16 | 127 | 3C | 31 |
| Octal | 272 | 61 | 307 | 7 | 113 | 0 | 26 | 447 | 74 | 61 |
| Binary | 10111010 | 110001 | 11000111 | 111 | 1001011 | 0 | 10110 | 100100111 | 111100 | 110001 |
Color Harmonies of #BA31C7
Complementary color
Monochromatic Colors of #BA31C7
Black with #BA31C7
Text Example
Text Example
White with #BA31C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31C7; }
p { color: rgb(186,49,199); }
H1.HeaderClassName
{
color: #BA31C7;
}
.AnyTagClassName
{
color: #BA31C7;
}
</style>
background-color css
<style>
a { background-color: #BA31C7; }
a { background-color: rgb(186,49,199); }
div.DivClassName
{
background-color: #BA31C7;
}
.BgClassName
{
background-color: #BA31C7;
}
</style>
border-color css
<style>
span { border-color: #BA31C7; }
span { border-color: rgb(186,49,199); }
td.TdClassName
{
border-color: #BA31C7;
}
.TagClassName
{
border-color: #BA31C7;
}
</style>