Shades of Fuchsia #BA32C9
Tints of Fuchsia #BA32C9
RGB
CMYK
RGB Variations
Color information
#BA32C9 (or 0xBA32C9) is known color: Fuchsia. HEX triplet: BA, 32 and C9. RGB value is (186,50,201). Sum of RGB (Red+Green+Blue) = 186+50+201=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA32C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32C9 is #45CD36. Grayscale: #6B6B6B. Windows color (decimal): -4574519 or 13185722. OLE color: 13185722.
HSL color Cylindrical-coordinate representation of color #BA32C9: hue angle of 294.04º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA32C9 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 50 | 201 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.21 |
| HSL | 294.04º | 0.6% | 0.49% | - |
| HSV(B) | 294.04º | 0.75% | 0.79% | - |
| XYZ | 31.93 | 16.94 | 56.84 | - |
| YUV | 107.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 201 | 0.07 | 0.75 | 0 | 0.21 | 294.04 | 0.6 | 0.49 |
| Hex | BA | 32 | C9 | 7 | 4B | 0 | 15 | 126 | 3C | 31 |
| Octal | 272 | 62 | 311 | 7 | 113 | 0 | 25 | 446 | 74 | 61 |
| Binary | 10111010 | 110010 | 11001001 | 111 | 1001011 | 0 | 10101 | 100100110 | 111100 | 110001 |
Color Harmonies of #BA32C9
Complementary color
Monochromatic Colors of #BA32C9
Black with #BA32C9
Text Example
Text Example
White with #BA32C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32C9; }
p { color: rgb(186,50,201); }
H1.HeaderClassName
{
color: #BA32C9;
}
.AnyTagClassName
{
color: #BA32C9;
}
</style>
background-color css
<style>
a { background-color: #BA32C9; }
a { background-color: rgb(186,50,201); }
div.DivClassName
{
background-color: #BA32C9;
}
.BgClassName
{
background-color: #BA32C9;
}
</style>
border-color css
<style>
span { border-color: #BA32C9; }
span { border-color: rgb(186,50,201); }
td.TdClassName
{
border-color: #BA32C9;
}
.TagClassName
{
border-color: #BA32C9;
}
</style>