Shades of Fuchsia #BA32C5
Tints of Fuchsia #BA32C5
RGB
CMYK
RGB Variations
Color information
#BA32C5 (or 0xBA32C5) is known color: Fuchsia. HEX triplet: BA, 32 and C5. RGB value is (186,50,197). Sum of RGB (Red+Green+Blue) = 186+50+197=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA32C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32C5 is #45CD3A. Grayscale: #6A6A6A. Windows color (decimal): -4574523 or 12923578. OLE color: 12923578.
HSL color Cylindrical-coordinate representation of color #BA32C5: hue angle of 295.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA32C5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 50 | 197 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.23 |
| HSL | 295.51º | 0.6% | 0.48% | - |
| HSV(B) | 295.51º | 0.75% | 0.77% | - |
| XYZ | 31.47 | 16.75 | 54.4 | - |
| YUV | 107.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 197 | 0.06 | 0.75 | 0 | 0.23 | 295.51 | 0.6 | 0.48 |
| Hex | BA | 32 | C5 | 6 | 4B | 0 | 17 | 128 | 3C | 30 |
| Octal | 272 | 62 | 305 | 6 | 113 | 0 | 27 | 450 | 74 | 60 |
| Binary | 10111010 | 110010 | 11000101 | 110 | 1001011 | 0 | 10111 | 100101000 | 111100 | 110000 |
Color Harmonies of #BA32C5
Complementary color
Monochromatic Colors of #BA32C5
Black with #BA32C5
Text Example
Text Example
White with #BA32C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32C5; }
p { color: rgb(186,50,197); }
H1.HeaderClassName
{
color: #BA32C5;
}
.AnyTagClassName
{
color: #BA32C5;
}
</style>
background-color css
<style>
a { background-color: #BA32C5; }
a { background-color: rgb(186,50,197); }
div.DivClassName
{
background-color: #BA32C5;
}
.BgClassName
{
background-color: #BA32C5;
}
</style>
border-color css
<style>
span { border-color: #BA32C5; }
span { border-color: rgb(186,50,197); }
td.TdClassName
{
border-color: #BA32C5;
}
.TagClassName
{
border-color: #BA32C5;
}
</style>