Shades of Fuchsia #BA32B8
Tints of Fuchsia #BA32B8
RGB
CMYK
RGB Variations
Color information
#BA32B8 (or 0xBA32B8) is known color: Fuchsia. HEX triplet: BA, 32 and B8. RGB value is (186,50,184). Sum of RGB (Red+Green+Blue) = 186+50+184=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32B8 is #45CD47. Grayscale: #696969. Windows color (decimal): -4574536 or 12071610. OLE color: 12071610.
HSL color Cylindrical-coordinate representation of color #BA32B8: hue angle of 300.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA32B8 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 184 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.27 |
| HSL | 300.88º | 0.58% | 0.46% | - |
| HSV(B) | 300.88º | 0.73% | 0.73% | - |
| XYZ | 30.04 | 16.18 | 46.89 | - |
| YUV | 105.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 184 | 0 | 0.73 | 0.01 | 0.27 | 300.88 | 0.58 | 0.46 |
| Hex | BA | 32 | B8 | 0 | 49 | 1 | 1B | 12D | 3A | 2E |
| Octal | 272 | 62 | 270 | 0 | 111 | 1 | 33 | 455 | 72 | 56 |
| Binary | 10111010 | 110010 | 10111000 | 0 | 1001001 | 1 | 11011 | 100101101 | 111010 | 101110 |
Color Harmonies of #BA32B8
Complementary color
Monochromatic Colors of #BA32B8
Black with #BA32B8
Text Example
Text Example
White with #BA32B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32B8; }
p { color: rgb(186,50,184); }
H1.HeaderClassName
{
color: #BA32B8;
}
.AnyTagClassName
{
color: #BA32B8;
}
</style>
background-color css
<style>
a { background-color: #BA32B8; }
a { background-color: rgb(186,50,184); }
div.DivClassName
{
background-color: #BA32B8;
}
.BgClassName
{
background-color: #BA32B8;
}
</style>
border-color css
<style>
span { border-color: #BA32B8; }
span { border-color: rgb(186,50,184); }
td.TdClassName
{
border-color: #BA32B8;
}
.TagClassName
{
border-color: #BA32B8;
}
</style>