Shades of Fuchsia #BA2FAC
Tints of Fuchsia #BA2FAC
RGB
CMYK
RGB Variations
Color information
#BA2FAC (or 0xBA2FAC) is known color: Fuchsia. HEX triplet: BA, 2F and AC. RGB value is (186,47,172). Sum of RGB (Red+Green+Blue) = 186+47+172=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FAC is #45D053. Grayscale: #666666. Windows color (decimal): -4575316 or 11284410. OLE color: 11284410.
HSL color Cylindrical-coordinate representation of color #BA2FAC: hue angle of 306.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2FAC is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 172 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.27 |
| HSL | 306.04º | 0.6% | 0.46% | - |
| HSV(B) | 306.04º | 0.75% | 0.73% | - |
| XYZ | 28.71 | 15.45 | 40.5 | - |
| YUV | 102.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 172 | 0 | 0.75 | 0.08 | 0.27 | 306.04 | 0.6 | 0.46 |
| Hex | BA | 2F | AC | 0 | 4B | 8 | 1B | 132 | 3C | 2E |
| Octal | 272 | 57 | 254 | 0 | 113 | 10 | 33 | 462 | 74 | 56 |
| Binary | 10111010 | 101111 | 10101100 | 0 | 1001011 | 1000 | 11011 | 100110010 | 111100 | 101110 |
Color Harmonies of #BA2FAC
Complementary color
Monochromatic Colors of #BA2FAC
Black with #BA2FAC
Text Example
Text Example
White with #BA2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FAC; }
p { color: rgb(186,47,172); }
H1.HeaderClassName
{
color: #BA2FAC;
}
.AnyTagClassName
{
color: #BA2FAC;
}
</style>
background-color css
<style>
a { background-color: #BA2FAC; }
a { background-color: rgb(186,47,172); }
div.DivClassName
{
background-color: #BA2FAC;
}
.BgClassName
{
background-color: #BA2FAC;
}
</style>
border-color css
<style>
span { border-color: #BA2FAC; }
span { border-color: rgb(186,47,172); }
td.TdClassName
{
border-color: #BA2FAC;
}
.TagClassName
{
border-color: #BA2FAC;
}
</style>