Shades of Fuchsia #BA2FAB
Tints of Fuchsia #BA2FAB
RGB
CMYK
RGB Variations
Color information
#BA2FAB (or 0xBA2FAB) is known color: Fuchsia. HEX triplet: BA, 2F and AB. RGB value is (186,47,171). Sum of RGB (Red+Green+Blue) = 186+47+171=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FAB is #45D054. Grayscale: #666666. Windows color (decimal): -4575317 or 11218874. OLE color: 11218874.
HSL color Cylindrical-coordinate representation of color #BA2FAB: hue angle of 306.47º 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 #BA2FAB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 171 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.27 |
| HSL | 306.47º | 0.6% | 0.46% | - |
| HSV(B) | 306.47º | 0.75% | 0.73% | - |
| XYZ | 28.62 | 15.41 | 39.99 | - |
| YUV | 102.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 171 | 0 | 0.75 | 0.08 | 0.27 | 306.47 | 0.6 | 0.46 |
| Hex | BA | 2F | AB | 0 | 4B | 8 | 1B | 132 | 3C | 2E |
| Octal | 272 | 57 | 253 | 0 | 113 | 10 | 33 | 462 | 74 | 56 |
| Binary | 10111010 | 101111 | 10101011 | 0 | 1001011 | 1000 | 11011 | 100110010 | 111100 | 101110 |
Color Harmonies of #BA2FAB
Complementary color
Monochromatic Colors of #BA2FAB
Black with #BA2FAB
Text Example
Text Example
White with #BA2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FAB; }
p { color: rgb(186,47,171); }
H1.HeaderClassName
{
color: #BA2FAB;
}
.AnyTagClassName
{
color: #BA2FAB;
}
</style>
background-color css
<style>
a { background-color: #BA2FAB; }
a { background-color: rgb(186,47,171); }
div.DivClassName
{
background-color: #BA2FAB;
}
.BgClassName
{
background-color: #BA2FAB;
}
</style>
border-color css
<style>
span { border-color: #BA2FAB; }
span { border-color: rgb(186,47,171); }
td.TdClassName
{
border-color: #BA2FAB;
}
.TagClassName
{
border-color: #BA2FAB;
}
</style>