Shades of Fuchsia #BA31B2
Tints of Fuchsia #BA31B2
RGB
CMYK
RGB Variations
Color information
#BA31B2 (or 0xBA31B2) is known color: Fuchsia. HEX triplet: BA, 31 and B2. RGB value is (186,49,178). Sum of RGB (Red+Green+Blue) = 186+49+178=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31B2 is #45CE4D. Grayscale: #686868. Windows color (decimal): -4574798 or 11678138. OLE color: 11678138.
HSL color Cylindrical-coordinate representation of color #BA31B2: hue angle of 303.5º 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 #BA31B2 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 178 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.27 |
| HSL | 303.5º | 0.58% | 0.46% | - |
| HSV(B) | 303.5º | 0.74% | 0.73% | - |
| XYZ | 29.38 | 15.85 | 43.63 | - |
| YUV | 104.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 178 | 0 | 0.74 | 0.04 | 0.27 | 303.5 | 0.58 | 0.46 |
| Hex | BA | 31 | B2 | 0 | 4A | 4 | 1B | 130 | 3A | 2E |
| Octal | 272 | 61 | 262 | 0 | 112 | 4 | 33 | 460 | 72 | 56 |
| Binary | 10111010 | 110001 | 10110010 | 0 | 1001010 | 100 | 11011 | 100110000 | 111010 | 101110 |
Color Harmonies of #BA31B2
Complementary color
Monochromatic Colors of #BA31B2
Black with #BA31B2
Text Example
Text Example
White with #BA31B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31B2; }
p { color: rgb(186,49,178); }
H1.HeaderClassName
{
color: #BA31B2;
}
.AnyTagClassName
{
color: #BA31B2;
}
</style>
background-color css
<style>
a { background-color: #BA31B2; }
a { background-color: rgb(186,49,178); }
div.DivClassName
{
background-color: #BA31B2;
}
.BgClassName
{
background-color: #BA31B2;
}
</style>
border-color css
<style>
span { border-color: #BA31B2; }
span { border-color: rgb(186,49,178); }
td.TdClassName
{
border-color: #BA31B2;
}
.TagClassName
{
border-color: #BA31B2;
}
</style>