Shades of Fuchsia #BA2EB7
Tints of Fuchsia #BA2EB7
RGB
CMYK
RGB Variations
Color information
#BA2EB7 (or 0xBA2EB7) is known color: Fuchsia. HEX triplet: BA, 2E and B7. RGB value is (186,46,183). Sum of RGB (Red+Green+Blue) = 186+46+183=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EB7 is #45D148. Grayscale: #676767. Windows color (decimal): -4575561 or 12005050. OLE color: 12005050.
HSL color Cylindrical-coordinate representation of color #BA2EB7: hue angle of 301.29º 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 #BA2EB7 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 183 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.27 |
| HSL | 301.29º | 0.6% | 0.45% | - |
| HSV(B) | 301.29º | 0.75% | 0.73% | - |
| XYZ | 29.77 | 15.81 | 46.28 | - |
| YUV | 103.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 183 | 0 | 0.75 | 0.02 | 0.27 | 301.29 | 0.6 | 0.45 |
| Hex | BA | 2E | B7 | 0 | 4B | 2 | 1B | 12D | 3C | 2D |
| Octal | 272 | 56 | 267 | 0 | 113 | 2 | 33 | 455 | 74 | 55 |
| Binary | 10111010 | 101110 | 10110111 | 0 | 1001011 | 10 | 11011 | 100101101 | 111100 | 101101 |
Color Harmonies of #BA2EB7
Complementary color
Monochromatic Colors of #BA2EB7
Black with #BA2EB7
Text Example
Text Example
White with #BA2EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EB7; }
p { color: rgb(186,46,183); }
H1.HeaderClassName
{
color: #BA2EB7;
}
.AnyTagClassName
{
color: #BA2EB7;
}
</style>
background-color css
<style>
a { background-color: #BA2EB7; }
a { background-color: rgb(186,46,183); }
div.DivClassName
{
background-color: #BA2EB7;
}
.BgClassName
{
background-color: #BA2EB7;
}
</style>
border-color css
<style>
span { border-color: #BA2EB7; }
span { border-color: rgb(186,46,183); }
td.TdClassName
{
border-color: #BA2EB7;
}
.TagClassName
{
border-color: #BA2EB7;
}
</style>