Shades of Fuchsia #BA32CA
Tints of Fuchsia #BA32CA
RGB
CMYK
RGB Variations
Color information
#BA32CA (or 0xBA32CA) is known color: Fuchsia. HEX triplet: BA, 32 and CA. RGB value is (186,50,202). Sum of RGB (Red+Green+Blue) = 186+50+202=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA32CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32CA is #45CD35. Grayscale: #6B6B6B. Windows color (decimal): -4574518 or 13251258. OLE color: 13251258.
HSL color Cylindrical-coordinate representation of color #BA32CA: hue angle of 293.68º 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 #BA32CA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 50 | 202 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.21 |
| HSL | 293.68º | 0.6% | 0.49% | - |
| HSV(B) | 293.68º | 0.75% | 0.79% | - |
| XYZ | 32.05 | 16.98 | 57.47 | - |
| YUV | 107.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 202 | 0.08 | 0.75 | 0 | 0.21 | 293.68 | 0.6 | 0.49 |
| Hex | BA | 32 | CA | 8 | 4B | 0 | 15 | 126 | 3C | 31 |
| Octal | 272 | 62 | 312 | 10 | 113 | 0 | 25 | 446 | 74 | 61 |
| Binary | 10111010 | 110010 | 11001010 | 1000 | 1001011 | 0 | 10101 | 100100110 | 111100 | 110001 |
Color Harmonies of #BA32CA
Complementary color
Monochromatic Colors of #BA32CA
Black with #BA32CA
Text Example
Text Example
White with #BA32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32CA; }
p { color: rgb(186,50,202); }
H1.HeaderClassName
{
color: #BA32CA;
}
.AnyTagClassName
{
color: #BA32CA;
}
</style>
background-color css
<style>
a { background-color: #BA32CA; }
a { background-color: rgb(186,50,202); }
div.DivClassName
{
background-color: #BA32CA;
}
.BgClassName
{
background-color: #BA32CA;
}
</style>
border-color css
<style>
span { border-color: #BA32CA; }
span { border-color: rgb(186,50,202); }
td.TdClassName
{
border-color: #BA32CA;
}
.TagClassName
{
border-color: #BA32CA;
}
</style>