Shades of Fuchsia #BA2FB5
Tints of Fuchsia #BA2FB5
RGB
CMYK
RGB Variations
Color information
#BA2FB5 (or 0xBA2FB5) is known color: Fuchsia. HEX triplet: BA, 2F and B5. RGB value is (186,47,181). Sum of RGB (Red+Green+Blue) = 186+47+181=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FB5 is #45D04A. Grayscale: #676767. Windows color (decimal): -4575307 or 11874234. OLE color: 11874234.
HSL color Cylindrical-coordinate representation of color #BA2FB5: hue angle of 302.16º 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 #BA2FB5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 181 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.27 |
| HSL | 302.16º | 0.6% | 0.46% | - |
| HSV(B) | 302.16º | 0.75% | 0.73% | - |
| XYZ | 29.61 | 15.81 | 45.21 | - |
| YUV | 103.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 181 | 0 | 0.75 | 0.03 | 0.27 | 302.16 | 0.6 | 0.46 |
| Hex | BA | 2F | B5 | 0 | 4B | 3 | 1B | 12E | 3C | 2E |
| Octal | 272 | 57 | 265 | 0 | 113 | 3 | 33 | 456 | 74 | 56 |
| Binary | 10111010 | 101111 | 10110101 | 0 | 1001011 | 11 | 11011 | 100101110 | 111100 | 101110 |
Color Harmonies of #BA2FB5
Complementary color
Monochromatic Colors of #BA2FB5
Black with #BA2FB5
Text Example
Text Example
White with #BA2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FB5; }
p { color: rgb(186,47,181); }
H1.HeaderClassName
{
color: #BA2FB5;
}
.AnyTagClassName
{
color: #BA2FB5;
}
</style>
background-color css
<style>
a { background-color: #BA2FB5; }
a { background-color: rgb(186,47,181); }
div.DivClassName
{
background-color: #BA2FB5;
}
.BgClassName
{
background-color: #BA2FB5;
}
</style>
border-color css
<style>
span { border-color: #BA2FB5; }
span { border-color: rgb(186,47,181); }
td.TdClassName
{
border-color: #BA2FB5;
}
.TagClassName
{
border-color: #BA2FB5;
}
</style>