Shades of Fuchsia #BA2FB4
Tints of Fuchsia #BA2FB4
RGB
CMYK
RGB Variations
Color information
#BA2FB4 (or 0xBA2FB4) is known color: Fuchsia. HEX triplet: BA, 2F and B4. RGB value is (186,47,180). Sum of RGB (Red+Green+Blue) = 186+47+180=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FB4 is #45D04B. Grayscale: #676767. Windows color (decimal): -4575308 or 11808698. OLE color: 11808698.
HSL color Cylindrical-coordinate representation of color #BA2FB4: hue angle of 302.59º 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 #BA2FB4 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 180 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.27 |
| HSL | 302.59º | 0.6% | 0.46% | - |
| HSV(B) | 302.59º | 0.75% | 0.73% | - |
| XYZ | 29.5 | 15.77 | 44.67 | - |
| YUV | 103.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 180 | 0 | 0.75 | 0.03 | 0.27 | 302.59 | 0.6 | 0.46 |
| Hex | BA | 2F | B4 | 0 | 4B | 3 | 1B | 12F | 3C | 2E |
| Octal | 272 | 57 | 264 | 0 | 113 | 3 | 33 | 457 | 74 | 56 |
| Binary | 10111010 | 101111 | 10110100 | 0 | 1001011 | 11 | 11011 | 100101111 | 111100 | 101110 |
Color Harmonies of #BA2FB4
Complementary color
Monochromatic Colors of #BA2FB4
Black with #BA2FB4
Text Example
Text Example
White with #BA2FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FB4; }
p { color: rgb(186,47,180); }
H1.HeaderClassName
{
color: #BA2FB4;
}
.AnyTagClassName
{
color: #BA2FB4;
}
</style>
background-color css
<style>
a { background-color: #BA2FB4; }
a { background-color: rgb(186,47,180); }
div.DivClassName
{
background-color: #BA2FB4;
}
.BgClassName
{
background-color: #BA2FB4;
}
</style>
border-color css
<style>
span { border-color: #BA2FB4; }
span { border-color: rgb(186,47,180); }
td.TdClassName
{
border-color: #BA2FB4;
}
.TagClassName
{
border-color: #BA2FB4;
}
</style>