Shades of Fuchsia #BA2EBE
Tints of Fuchsia #BA2EBE
RGB
CMYK
RGB Variations
Color information
#BA2EBE (or 0xBA2EBE) is known color: Fuchsia. HEX triplet: BA, 2E and BE. RGB value is (186,46,190). Sum of RGB (Red+Green+Blue) = 186+46+190=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EBE is #45D141. Grayscale: #676767. Windows color (decimal): -4575554 or 12463802. OLE color: 12463802.
HSL color Cylindrical-coordinate representation of color #BA2EBE: hue angle of 298.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2EBE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 46 | 190 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.25 |
| HSL | 298.33º | 0.61% | 0.46% | - |
| HSV(B) | 298.33º | 0.76% | 0.75% | - |
| XYZ | 30.52 | 16.11 | 50.22 | - |
| YUV | 104.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 190 | 0.02 | 0.76 | 0 | 0.25 | 298.33 | 0.61 | 0.46 |
| Hex | BA | 2E | BE | 2 | 4C | 0 | 19 | 12A | 3D | 2E |
| Octal | 272 | 56 | 276 | 2 | 114 | 0 | 31 | 452 | 75 | 56 |
| Binary | 10111010 | 101110 | 10111110 | 10 | 1001100 | 0 | 11001 | 100101010 | 111101 | 101110 |
Color Harmonies of #BA2EBE
Complementary color
Monochromatic Colors of #BA2EBE
Black with #BA2EBE
Text Example
Text Example
White with #BA2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EBE; }
p { color: rgb(186,46,190); }
H1.HeaderClassName
{
color: #BA2EBE;
}
.AnyTagClassName
{
color: #BA2EBE;
}
</style>
background-color css
<style>
a { background-color: #BA2EBE; }
a { background-color: rgb(186,46,190); }
div.DivClassName
{
background-color: #BA2EBE;
}
.BgClassName
{
background-color: #BA2EBE;
}
</style>
border-color css
<style>
span { border-color: #BA2EBE; }
span { border-color: rgb(186,46,190); }
td.TdClassName
{
border-color: #BA2EBE;
}
.TagClassName
{
border-color: #BA2EBE;
}
</style>