Shades of Fuchsia #BA2FC2
Tints of Fuchsia #BA2FC2
RGB
CMYK
RGB Variations
Color information
#BA2FC2 (or 0xBA2FC2) is known color: Fuchsia. HEX triplet: BA, 2F and C2. RGB value is (186,47,194). Sum of RGB (Red+Green+Blue) = 186+47+194=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA2FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FC2 is #45D03D. Grayscale: #686868. Windows color (decimal): -4575294 or 12726202. OLE color: 12726202.
HSL color Cylindrical-coordinate representation of color #BA2FC2: hue angle of 296.73º 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 #BA2FC2 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 47 | 194 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.24 |
| HSL | 296.73º | 0.61% | 0.47% | - |
| HSV(B) | 296.73º | 0.76% | 0.76% | - |
| XYZ | 31 | 16.37 | 52.56 | - |
| YUV | 105.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 194 | 0.04 | 0.76 | 0 | 0.24 | 296.73 | 0.61 | 0.47 |
| Hex | BA | 2F | C2 | 4 | 4C | 0 | 18 | 129 | 3D | 2F |
| Octal | 272 | 57 | 302 | 4 | 114 | 0 | 30 | 451 | 75 | 57 |
| Binary | 10111010 | 101111 | 11000010 | 100 | 1001100 | 0 | 11000 | 100101001 | 111101 | 101111 |
Color Harmonies of #BA2FC2
Complementary color
Monochromatic Colors of #BA2FC2
Black with #BA2FC2
Text Example
Text Example
White with #BA2FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FC2; }
p { color: rgb(186,47,194); }
H1.HeaderClassName
{
color: #BA2FC2;
}
.AnyTagClassName
{
color: #BA2FC2;
}
</style>
background-color css
<style>
a { background-color: #BA2FC2; }
a { background-color: rgb(186,47,194); }
div.DivClassName
{
background-color: #BA2FC2;
}
.BgClassName
{
background-color: #BA2FC2;
}
</style>
border-color css
<style>
span { border-color: #BA2FC2; }
span { border-color: rgb(186,47,194); }
td.TdClassName
{
border-color: #BA2FC2;
}
.TagClassName
{
border-color: #BA2FC2;
}
</style>