Shades of Fuchsia #BA2EB2
Tints of Fuchsia #BA2EB2
RGB
CMYK
RGB Variations
Color information
#BA2EB2 (or 0xBA2EB2) is known color: Fuchsia. HEX triplet: BA, 2E and B2. RGB value is (186,46,178). Sum of RGB (Red+Green+Blue) = 186+46+178=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EB2 is #45D14D. Grayscale: #666666. Windows color (decimal): -4575566 or 11677370. OLE color: 11677370.
HSL color Cylindrical-coordinate representation of color #BA2EB2: hue angle of 303.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2EB2 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 178 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.27 |
| HSL | 303.43º | 0.6% | 0.45% | - |
| HSV(B) | 303.43º | 0.75% | 0.73% | - |
| XYZ | 29.26 | 15.61 | 43.59 | - |
| YUV | 102.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 178 | 0 | 0.75 | 0.04 | 0.27 | 303.43 | 0.6 | 0.45 |
| Hex | BA | 2E | B2 | 0 | 4B | 4 | 1B | 12F | 3C | 2D |
| Octal | 272 | 56 | 262 | 0 | 113 | 4 | 33 | 457 | 74 | 55 |
| Binary | 10111010 | 101110 | 10110010 | 0 | 1001011 | 100 | 11011 | 100101111 | 111100 | 101101 |
Color Harmonies of #BA2EB2
Complementary color
Monochromatic Colors of #BA2EB2
Black with #BA2EB2
Text Example
Text Example
White with #BA2EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EB2; }
p { color: rgb(186,46,178); }
H1.HeaderClassName
{
color: #BA2EB2;
}
.AnyTagClassName
{
color: #BA2EB2;
}
</style>
background-color css
<style>
a { background-color: #BA2EB2; }
a { background-color: rgb(186,46,178); }
div.DivClassName
{
background-color: #BA2EB2;
}
.BgClassName
{
background-color: #BA2EB2;
}
</style>
border-color css
<style>
span { border-color: #BA2EB2; }
span { border-color: rgb(186,46,178); }
td.TdClassName
{
border-color: #BA2EB2;
}
.TagClassName
{
border-color: #BA2EB2;
}
</style>