Shades of Fuchsia #BA2FB0
Tints of Fuchsia #BA2FB0
RGB
CMYK
RGB Variations
Color information
#BA2FB0 (or 0xBA2FB0) is known color: Fuchsia. HEX triplet: BA, 2F and B0. RGB value is (186,47,176). Sum of RGB (Red+Green+Blue) = 186+47+176=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FB0 is #45D04F. Grayscale: #666666. Windows color (decimal): -4575312 or 11546554. OLE color: 11546554.
HSL color Cylindrical-coordinate representation of color #BA2FB0: hue angle of 304.32º 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 #BA2FB0 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 176 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.27 |
| HSL | 304.32º | 0.6% | 0.46% | - |
| HSV(B) | 304.32º | 0.75% | 0.73% | - |
| XYZ | 29.1 | 15.61 | 42.55 | - |
| YUV | 103.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 176 | 0 | 0.75 | 0.05 | 0.27 | 304.32 | 0.6 | 0.46 |
| Hex | BA | 2F | B0 | 0 | 4B | 5 | 1B | 130 | 3C | 2E |
| Octal | 272 | 57 | 260 | 0 | 113 | 5 | 33 | 460 | 74 | 56 |
| Binary | 10111010 | 101111 | 10110000 | 0 | 1001011 | 101 | 11011 | 100110000 | 111100 | 101110 |
Color Harmonies of #BA2FB0
Complementary color
Monochromatic Colors of #BA2FB0
Black with #BA2FB0
Text Example
Text Example
White with #BA2FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FB0; }
p { color: rgb(186,47,176); }
H1.HeaderClassName
{
color: #BA2FB0;
}
.AnyTagClassName
{
color: #BA2FB0;
}
</style>
background-color css
<style>
a { background-color: #BA2FB0; }
a { background-color: rgb(186,47,176); }
div.DivClassName
{
background-color: #BA2FB0;
}
.BgClassName
{
background-color: #BA2FB0;
}
</style>
border-color css
<style>
span { border-color: #BA2FB0; }
span { border-color: rgb(186,47,176); }
td.TdClassName
{
border-color: #BA2FB0;
}
.TagClassName
{
border-color: #BA2FB0;
}
</style>