Shades of Fuchsia #BA31C6
Tints of Fuchsia #BA31C6
RGB
CMYK
RGB Variations
Color information
#BA31C6 (or 0xBA31C6) is known color: Fuchsia. HEX triplet: BA, 31 and C6. RGB value is (186,49,198). Sum of RGB (Red+Green+Blue) = 186+49+198=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA31C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31C6 is #45CE39. Grayscale: #6A6A6A. Windows color (decimal): -4574778 or 12988858. OLE color: 12988858.
HSL color Cylindrical-coordinate representation of color #BA31C6: hue angle of 295.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA31C6 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 49 | 198 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.22 |
| HSL | 295.17º | 0.6% | 0.48% | - |
| HSV(B) | 295.17º | 0.75% | 0.78% | - |
| XYZ | 31.54 | 16.71 | 54.99 | - |
| YUV | 106.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 198 | 0.06 | 0.75 | 0 | 0.22 | 295.17 | 0.6 | 0.48 |
| Hex | BA | 31 | C6 | 6 | 4B | 0 | 16 | 127 | 3C | 30 |
| Octal | 272 | 61 | 306 | 6 | 113 | 0 | 26 | 447 | 74 | 60 |
| Binary | 10111010 | 110001 | 11000110 | 110 | 1001011 | 0 | 10110 | 100100111 | 111100 | 110000 |
Color Harmonies of #BA31C6
Complementary color
Monochromatic Colors of #BA31C6
Black with #BA31C6
Text Example
Text Example
White with #BA31C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31C6; }
p { color: rgb(186,49,198); }
H1.HeaderClassName
{
color: #BA31C6;
}
.AnyTagClassName
{
color: #BA31C6;
}
</style>
background-color css
<style>
a { background-color: #BA31C6; }
a { background-color: rgb(186,49,198); }
div.DivClassName
{
background-color: #BA31C6;
}
.BgClassName
{
background-color: #BA31C6;
}
</style>
border-color css
<style>
span { border-color: #BA31C6; }
span { border-color: rgb(186,49,198); }
td.TdClassName
{
border-color: #BA31C6;
}
.TagClassName
{
border-color: #BA31C6;
}
</style>