Shades of Fuchsia #BA32C7
Tints of Fuchsia #BA32C7
RGB
CMYK
RGB Variations
Color information
#BA32C7 (or 0xBA32C7) is known color: Fuchsia. HEX triplet: BA, 32 and C7. RGB value is (186,50,199). Sum of RGB (Red+Green+Blue) = 186+50+199=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32C7 is #45CD38. Grayscale: #6B6B6B. Windows color (decimal): -4574521 or 13054650. OLE color: 13054650.
HSL color Cylindrical-coordinate representation of color #BA32C7: hue angle of 294.77º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA32C7 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 50 | 199 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.22 |
| HSL | 294.77º | 0.6% | 0.49% | - |
| HSV(B) | 294.77º | 0.75% | 0.78% | - |
| XYZ | 31.7 | 16.84 | 55.61 | - |
| YUV | 107.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 199 | 0.07 | 0.75 | 0 | 0.22 | 294.77 | 0.6 | 0.49 |
| Hex | BA | 32 | C7 | 7 | 4B | 0 | 16 | 127 | 3C | 31 |
| Octal | 272 | 62 | 307 | 7 | 113 | 0 | 26 | 447 | 74 | 61 |
| Binary | 10111010 | 110010 | 11000111 | 111 | 1001011 | 0 | 10110 | 100100111 | 111100 | 110001 |
Color Harmonies of #BA32C7
Complementary color
Monochromatic Colors of #BA32C7
Black with #BA32C7
Text Example
Text Example
White with #BA32C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32C7; }
p { color: rgb(186,50,199); }
H1.HeaderClassName
{
color: #BA32C7;
}
.AnyTagClassName
{
color: #BA32C7;
}
</style>
background-color css
<style>
a { background-color: #BA32C7; }
a { background-color: rgb(186,50,199); }
div.DivClassName
{
background-color: #BA32C7;
}
.BgClassName
{
background-color: #BA32C7;
}
</style>
border-color css
<style>
span { border-color: #BA32C7; }
span { border-color: rgb(186,50,199); }
td.TdClassName
{
border-color: #BA32C7;
}
.TagClassName
{
border-color: #BA32C7;
}
</style>