Shades of Fuchsia #BA38BE
Tints of Fuchsia #BA38BE
RGB
CMYK
RGB Variations
Color information
#BA38BE (or 0xBA38BE) is known color: Fuchsia. HEX triplet: BA, 38 and BE. RGB value is (186,56,190). Sum of RGB (Red+Green+Blue) = 186+56+190=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38BE is #45C741. Grayscale: #6D6D6D. Windows color (decimal): -4572994 or 12466362. OLE color: 12466362.
HSL color Cylindrical-coordinate representation of color #BA38BE: hue angle of 298.21º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA38BE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 56 | 190 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.25 |
| HSL | 298.21º | 0.54% | 0.48% | - |
| HSV(B) | 298.21º | 0.71% | 0.75% | - |
| XYZ | 30.96 | 16.99 | 50.36 | - |
| YUV | 110.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 190 | 0.02 | 0.71 | 0 | 0.25 | 298.21 | 0.54 | 0.48 |
| Hex | BA | 38 | BE | 2 | 47 | 0 | 19 | 12A | 36 | 30 |
| Octal | 272 | 70 | 276 | 2 | 107 | 0 | 31 | 452 | 66 | 60 |
| Binary | 10111010 | 111000 | 10111110 | 10 | 1000111 | 0 | 11001 | 100101010 | 110110 | 110000 |
Color Harmonies of #BA38BE
Complementary color
Monochromatic Colors of #BA38BE
Black with #BA38BE
Text Example
Text Example
White with #BA38BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38BE; }
p { color: rgb(186,56,190); }
H1.HeaderClassName
{
color: #BA38BE;
}
.AnyTagClassName
{
color: #BA38BE;
}
</style>
background-color css
<style>
a { background-color: #BA38BE; }
a { background-color: rgb(186,56,190); }
div.DivClassName
{
background-color: #BA38BE;
}
.BgClassName
{
background-color: #BA38BE;
}
</style>
border-color css
<style>
span { border-color: #BA38BE; }
span { border-color: rgb(186,56,190); }
td.TdClassName
{
border-color: #BA38BE;
}
.TagClassName
{
border-color: #BA38BE;
}
</style>