Shades of Fuchsia #BA39BE
Tints of Fuchsia #BA39BE
RGB
CMYK
RGB Variations
Color information
#BA39BE (or 0xBA39BE) is known color: Fuchsia. HEX triplet: BA, 39 and BE. RGB value is (186,57,190). Sum of RGB (Red+Green+Blue) = 186+57+190=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA39BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39BE is #45C641. Grayscale: #6E6E6E. Windows color (decimal): -4572738 or 12466618. OLE color: 12466618.
HSL color Cylindrical-coordinate representation of color #BA39BE: hue angle of 298.2º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA39BE is Cyan = 0.02, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 57 | 190 | - |
| CMYK | 0.02 | 0.7 | 0 | 0.25 |
| HSL | 298.2º | 0.54% | 0.48% | - |
| HSV(B) | 298.2º | 0.7% | 0.75% | - |
| XYZ | 31.01 | 17.08 | 50.38 | - |
| YUV | 110.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 190 | 0.02 | 0.7 | 0 | 0.25 | 298.2 | 0.54 | 0.48 |
| Hex | BA | 39 | BE | 2 | 46 | 0 | 19 | 12A | 36 | 30 |
| Octal | 272 | 71 | 276 | 2 | 106 | 0 | 31 | 452 | 66 | 60 |
| Binary | 10111010 | 111001 | 10111110 | 10 | 1000110 | 0 | 11001 | 100101010 | 110110 | 110000 |
Color Harmonies of #BA39BE
Complementary color
Monochromatic Colors of #BA39BE
Black with #BA39BE
Text Example
Text Example
White with #BA39BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39BE; }
p { color: rgb(186,57,190); }
H1.HeaderClassName
{
color: #BA39BE;
}
.AnyTagClassName
{
color: #BA39BE;
}
</style>
background-color css
<style>
a { background-color: #BA39BE; }
a { background-color: rgb(186,57,190); }
div.DivClassName
{
background-color: #BA39BE;
}
.BgClassName
{
background-color: #BA39BE;
}
</style>
border-color css
<style>
span { border-color: #BA39BE; }
span { border-color: rgb(186,57,190); }
td.TdClassName
{
border-color: #BA39BE;
}
.TagClassName
{
border-color: #BA39BE;
}
</style>