Shades of Fuchsia #BA3EBA
Tints of Fuchsia #BA3EBA
RGB
CMYK
RGB Variations
Color information
#BA3EBA (or 0xBA3EBA) is known color: Fuchsia. HEX triplet: BA, 3E and BA. RGB value is (186,62,186). Sum of RGB (Red+Green+Blue) = 186+62+186=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EBA is #45C145. Grayscale: #707070. Windows color (decimal): -4571462 or 12205754. OLE color: 12205754.
HSL color Cylindrical-coordinate representation of color #BA3EBA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EBA is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 186 | - |
| CMYK | 0 | 0.67 | 0 | 0.27 |
| HSL | 300º | 0.5% | 0.49% | - |
| HSV(B) | 300º | 0.67% | 0.73% | - |
| XYZ | 30.84 | 17.43 | 48.19 | - |
| YUV | 113.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 186 | 0 | 0.67 | 0 | 0.27 | 300 | 0.5 | 0.49 |
| Hex | BA | 3E | BA | 0 | 43 | 0 | 1B | 12C | 32 | 31 |
| Octal | 272 | 76 | 272 | 0 | 103 | 0 | 33 | 454 | 62 | 61 |
| Binary | 10111010 | 111110 | 10111010 | 0 | 1000011 | 0 | 11011 | 100101100 | 110010 | 110001 |
Color Harmonies of #BA3EBA
Complementary color
Monochromatic Colors of #BA3EBA
Black with #BA3EBA
Text Example
Text Example
White with #BA3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EBA; }
p { color: rgb(186,62,186); }
H1.HeaderClassName
{
color: #BA3EBA;
}
.AnyTagClassName
{
color: #BA3EBA;
}
</style>
background-color css
<style>
a { background-color: #BA3EBA; }
a { background-color: rgb(186,62,186); }
div.DivClassName
{
background-color: #BA3EBA;
}
.BgClassName
{
background-color: #BA3EBA;
}
</style>
border-color css
<style>
span { border-color: #BA3EBA; }
span { border-color: rgb(186,62,186); }
td.TdClassName
{
border-color: #BA3EBA;
}
.TagClassName
{
border-color: #BA3EBA;
}
</style>