Shades of Fuchsia #BA32BE
Tints of Fuchsia #BA32BE
RGB
CMYK
RGB Variations
Color information
#BA32BE (or 0xBA32BE) is known color: Fuchsia. HEX triplet: BA, 32 and BE. RGB value is (186,50,190). Sum of RGB (Red+Green+Blue) = 186+50+190=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32BE is #45CD41. Grayscale: #6A6A6A. Windows color (decimal): -4574530 or 12464826. OLE color: 12464826.
HSL color Cylindrical-coordinate representation of color #BA32BE: hue angle of 298.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA32BE is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 50 | 190 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.25 |
| HSL | 298.29º | 0.58% | 0.47% | - |
| HSV(B) | 298.29º | 0.74% | 0.75% | - |
| XYZ | 30.68 | 16.44 | 50.27 | - |
| YUV | 106.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 190 | 0.02 | 0.74 | 0 | 0.25 | 298.29 | 0.58 | 0.47 |
| Hex | BA | 32 | BE | 2 | 4A | 0 | 19 | 12A | 3A | 2F |
| Octal | 272 | 62 | 276 | 2 | 112 | 0 | 31 | 452 | 72 | 57 |
| Binary | 10111010 | 110010 | 10111110 | 10 | 1001010 | 0 | 11001 | 100101010 | 111010 | 101111 |
Color Harmonies of #BA32BE
Complementary color
Monochromatic Colors of #BA32BE
Black with #BA32BE
Text Example
Text Example
White with #BA32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32BE; }
p { color: rgb(186,50,190); }
H1.HeaderClassName
{
color: #BA32BE;
}
.AnyTagClassName
{
color: #BA32BE;
}
</style>
background-color css
<style>
a { background-color: #BA32BE; }
a { background-color: rgb(186,50,190); }
div.DivClassName
{
background-color: #BA32BE;
}
.BgClassName
{
background-color: #BA32BE;
}
</style>
border-color css
<style>
span { border-color: #BA32BE; }
span { border-color: rgb(186,50,190); }
td.TdClassName
{
border-color: #BA32BE;
}
.TagClassName
{
border-color: #BA32BE;
}
</style>