Shades of Fuchsia #BA32B5
Tints of Fuchsia #BA32B5
RGB
CMYK
RGB Variations
Color information
#BA32B5 (or 0xBA32B5) is known color: Fuchsia. HEX triplet: BA, 32 and B5. RGB value is (186,50,181). Sum of RGB (Red+Green+Blue) = 186+50+181=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32B5 is #45CD4A. Grayscale: #696969. Windows color (decimal): -4574539 or 11875002. OLE color: 11875002.
HSL color Cylindrical-coordinate representation of color #BA32B5: hue angle of 302.21º 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 #BA32B5 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 181 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.27 |
| HSL | 302.21º | 0.58% | 0.46% | - |
| HSV(B) | 302.21º | 0.73% | 0.73% | - |
| XYZ | 29.73 | 16.06 | 45.25 | - |
| YUV | 105.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 181 | 0 | 0.73 | 0.03 | 0.27 | 302.21 | 0.58 | 0.46 |
| Hex | BA | 32 | B5 | 0 | 49 | 3 | 1B | 12E | 3A | 2E |
| Octal | 272 | 62 | 265 | 0 | 111 | 3 | 33 | 456 | 72 | 56 |
| Binary | 10111010 | 110010 | 10110101 | 0 | 1001001 | 11 | 11011 | 100101110 | 111010 | 101110 |
Color Harmonies of #BA32B5
Complementary color
Monochromatic Colors of #BA32B5
Black with #BA32B5
Text Example
Text Example
White with #BA32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32B5; }
p { color: rgb(186,50,181); }
H1.HeaderClassName
{
color: #BA32B5;
}
.AnyTagClassName
{
color: #BA32B5;
}
</style>
background-color css
<style>
a { background-color: #BA32B5; }
a { background-color: rgb(186,50,181); }
div.DivClassName
{
background-color: #BA32B5;
}
.BgClassName
{
background-color: #BA32B5;
}
</style>
border-color css
<style>
span { border-color: #BA32B5; }
span { border-color: rgb(186,50,181); }
td.TdClassName
{
border-color: #BA32B5;
}
.TagClassName
{
border-color: #BA32B5;
}
</style>