Shades of Fuchsia #BA39C1
Tints of Fuchsia #BA39C1
RGB
CMYK
RGB Variations
Color information
#BA39C1 (or 0xBA39C1) is known color: Fuchsia. HEX triplet: BA, 39 and C1. RGB value is (186,57,193). Sum of RGB (Red+Green+Blue) = 186+57+193=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA39C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39C1 is #45C63E. Grayscale: #6E6E6E. Windows color (decimal): -4572735 or 12663226. OLE color: 12663226.
HSL color Cylindrical-coordinate representation of color #BA39C1: hue angle of 296.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA39C1 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 57 | 193 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.24 |
| HSL | 296.91º | 0.54% | 0.49% | - |
| HSV(B) | 296.91º | 0.7% | 0.76% | - |
| XYZ | 31.34 | 17.22 | 52.12 | - |
| YUV | 111.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 193 | 0.04 | 0.70 | 0 | 0.24 | 296.91 | 0.54 | 0.49 |
| Hex | BA | 39 | C1 | 4 | 46 | 0 | 18 | 129 | 36 | 31 |
| Octal | 272 | 71 | 301 | 4 | 106 | 0 | 30 | 451 | 66 | 61 |
| Binary | 10111010 | 111001 | 11000001 | 100 | 1000110 | 0 | 11000 | 100101001 | 110110 | 110001 |
Color Harmonies of #BA39C1
Complementary color
Monochromatic Colors of #BA39C1
Black with #BA39C1
Text Example
Text Example
White with #BA39C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39C1; }
p { color: rgb(186,57,193); }
H1.HeaderClassName
{
color: #BA39C1;
}
.AnyTagClassName
{
color: #BA39C1;
}
</style>
background-color css
<style>
a { background-color: #BA39C1; }
a { background-color: rgb(186,57,193); }
div.DivClassName
{
background-color: #BA39C1;
}
.BgClassName
{
background-color: #BA39C1;
}
</style>
border-color css
<style>
span { border-color: #BA39C1; }
span { border-color: rgb(186,57,193); }
td.TdClassName
{
border-color: #BA39C1;
}
.TagClassName
{
border-color: #BA39C1;
}
</style>