Shades of Fuchsia #BA3EBE
Tints of Fuchsia #BA3EBE
RGB
CMYK
RGB Variations
Color information
#BA3EBE (or 0xBA3EBE) is known color: Fuchsia. HEX triplet: BA, 3E and BE. RGB value is (186,62,190). Sum of RGB (Red+Green+Blue) = 186+62+190=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA3EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EBE is #45C141. Grayscale: #717171. Windows color (decimal): -4571458 or 12467898. OLE color: 12467898.
HSL color Cylindrical-coordinate representation of color #BA3EBE: hue angle of 298.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EBE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 62 | 190 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.25 |
| HSL | 298.13º | 0.51% | 0.49% | - |
| HSV(B) | 298.13º | 0.67% | 0.75% | - |
| XYZ | 31.27 | 17.6 | 50.46 | - |
| YUV | 113.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 190 | 0.02 | 0.67 | 0 | 0.25 | 298.13 | 0.51 | 0.49 |
| Hex | BA | 3E | BE | 2 | 43 | 0 | 19 | 12A | 33 | 31 |
| Octal | 272 | 76 | 276 | 2 | 103 | 0 | 31 | 452 | 63 | 61 |
| Binary | 10111010 | 111110 | 10111110 | 10 | 1000011 | 0 | 11001 | 100101010 | 110011 | 110001 |
Color Harmonies of #BA3EBE
Complementary color
Monochromatic Colors of #BA3EBE
Black with #BA3EBE
Text Example
Text Example
White with #BA3EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EBE; }
p { color: rgb(186,62,190); }
H1.HeaderClassName
{
color: #BA3EBE;
}
.AnyTagClassName
{
color: #BA3EBE;
}
</style>
background-color css
<style>
a { background-color: #BA3EBE; }
a { background-color: rgb(186,62,190); }
div.DivClassName
{
background-color: #BA3EBE;
}
.BgClassName
{
background-color: #BA3EBE;
}
</style>
border-color css
<style>
span { border-color: #BA3EBE; }
span { border-color: rgb(186,62,190); }
td.TdClassName
{
border-color: #BA3EBE;
}
.TagClassName
{
border-color: #BA3EBE;
}
</style>