Shades of Fuchsia #BA31BC
Tints of Fuchsia #BA31BC
RGB
CMYK
RGB Variations
Color information
#BA31BC (or 0xBA31BC) is known color: Fuchsia. HEX triplet: BA, 31 and BC. RGB value is (186,49,188). Sum of RGB (Red+Green+Blue) = 186+49+188=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA31BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31BC is #45CE43. Grayscale: #696969. Windows color (decimal): -4574788 or 12333498. OLE color: 12333498.
HSL color Cylindrical-coordinate representation of color #BA31BC: hue angle of 299.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31BC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 49 | 188 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.26 |
| HSL | 299.14º | 0.59% | 0.46% | - |
| HSV(B) | 299.14º | 0.74% | 0.74% | - |
| XYZ | 30.43 | 16.27 | 49.11 | - |
| YUV | 105.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 188 | 0.01 | 0.74 | 0 | 0.26 | 299.14 | 0.59 | 0.46 |
| Hex | BA | 31 | BC | 1 | 4A | 0 | 1A | 12B | 3B | 2E |
| Octal | 272 | 61 | 274 | 1 | 112 | 0 | 32 | 453 | 73 | 56 |
| Binary | 10111010 | 110001 | 10111100 | 1 | 1001010 | 0 | 11010 | 100101011 | 111011 | 101110 |
Color Harmonies of #BA31BC
Complementary color
Monochromatic Colors of #BA31BC
Black with #BA31BC
Text Example
Text Example
White with #BA31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31BC; }
p { color: rgb(186,49,188); }
H1.HeaderClassName
{
color: #BA31BC;
}
.AnyTagClassName
{
color: #BA31BC;
}
</style>
background-color css
<style>
a { background-color: #BA31BC; }
a { background-color: rgb(186,49,188); }
div.DivClassName
{
background-color: #BA31BC;
}
.BgClassName
{
background-color: #BA31BC;
}
</style>
border-color css
<style>
span { border-color: #BA31BC; }
span { border-color: rgb(186,49,188); }
td.TdClassName
{
border-color: #BA31BC;
}
.TagClassName
{
border-color: #BA31BC;
}
</style>