Shades of Fuchsia #BA2FC1
Tints of Fuchsia #BA2FC1
RGB
CMYK
RGB Variations
Color information
#BA2FC1 (or 0xBA2FC1) is known color: Fuchsia. HEX triplet: BA, 2F and C1. RGB value is (186,47,193). Sum of RGB (Red+Green+Blue) = 186+47+193=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA2FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FC1 is #45D03E. Grayscale: #686868. Windows color (decimal): -4575295 or 12660666. OLE color: 12660666.
HSL color Cylindrical-coordinate representation of color #BA2FC1: hue angle of 297.12º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2FC1 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 47 | 193 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.24 |
| HSL | 297.12º | 0.61% | 0.47% | - |
| HSV(B) | 297.12º | 0.76% | 0.76% | - |
| XYZ | 30.89 | 16.32 | 51.97 | - |
| YUV | 105.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 193 | 0.04 | 0.76 | 0 | 0.24 | 297.12 | 0.61 | 0.47 |
| Hex | BA | 2F | C1 | 4 | 4C | 0 | 18 | 129 | 3D | 2F |
| Octal | 272 | 57 | 301 | 4 | 114 | 0 | 30 | 451 | 75 | 57 |
| Binary | 10111010 | 101111 | 11000001 | 100 | 1001100 | 0 | 11000 | 100101001 | 111101 | 101111 |
Color Harmonies of #BA2FC1
Complementary color
Monochromatic Colors of #BA2FC1
Black with #BA2FC1
Text Example
Text Example
White with #BA2FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FC1; }
p { color: rgb(186,47,193); }
H1.HeaderClassName
{
color: #BA2FC1;
}
.AnyTagClassName
{
color: #BA2FC1;
}
</style>
background-color css
<style>
a { background-color: #BA2FC1; }
a { background-color: rgb(186,47,193); }
div.DivClassName
{
background-color: #BA2FC1;
}
.BgClassName
{
background-color: #BA2FC1;
}
</style>
border-color css
<style>
span { border-color: #BA2FC1; }
span { border-color: rgb(186,47,193); }
td.TdClassName
{
border-color: #BA2FC1;
}
.TagClassName
{
border-color: #BA2FC1;
}
</style>