Shades of Fuchsia #BA2EC2
Tints of Fuchsia #BA2EC2
RGB
CMYK
RGB Variations
Color information
#BA2EC2 (or 0xBA2EC2) is known color: Fuchsia. HEX triplet: BA, 2E and C2. RGB value is (186,46,194). Sum of RGB (Red+Green+Blue) = 186+46+194=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA2EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EC2 is #45D13D. Grayscale: #686868. Windows color (decimal): -4575550 or 12725946. OLE color: 12725946.
HSL color Cylindrical-coordinate representation of color #BA2EC2: hue angle of 296.76º degrees, saturation: 0.62, 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 #BA2EC2 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 46 | 194 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.24 |
| HSL | 296.76º | 0.62% | 0.47% | - |
| HSV(B) | 296.76º | 0.76% | 0.76% | - |
| XYZ | 30.96 | 16.29 | 52.55 | - |
| YUV | 104.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 194 | 0.04 | 0.76 | 0 | 0.24 | 296.76 | 0.62 | 0.47 |
| Hex | BA | 2E | C2 | 4 | 4C | 0 | 18 | 129 | 3E | 2F |
| Octal | 272 | 56 | 302 | 4 | 114 | 0 | 30 | 451 | 76 | 57 |
| Binary | 10111010 | 101110 | 11000010 | 100 | 1001100 | 0 | 11000 | 100101001 | 111110 | 101111 |
Color Harmonies of #BA2EC2
Complementary color
Monochromatic Colors of #BA2EC2
Black with #BA2EC2
Text Example
Text Example
White with #BA2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EC2; }
p { color: rgb(186,46,194); }
H1.HeaderClassName
{
color: #BA2EC2;
}
.AnyTagClassName
{
color: #BA2EC2;
}
</style>
background-color css
<style>
a { background-color: #BA2EC2; }
a { background-color: rgb(186,46,194); }
div.DivClassName
{
background-color: #BA2EC2;
}
.BgClassName
{
background-color: #BA2EC2;
}
</style>
border-color css
<style>
span { border-color: #BA2EC2; }
span { border-color: rgb(186,46,194); }
td.TdClassName
{
border-color: #BA2EC2;
}
.TagClassName
{
border-color: #BA2EC2;
}
</style>