Shades of Fuchsia #BA3EC6
Tints of Fuchsia #BA3EC6
RGB
CMYK
RGB Variations
Color information
#BA3EC6 (or 0xBA3EC6) is known color: Fuchsia. HEX triplet: BA, 3E and C6. RGB value is (186,62,198). Sum of RGB (Red+Green+Blue) = 186+62+198=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EC6 is #45C139. Grayscale: #727272. Windows color (decimal): -4571450 or 12992186. OLE color: 12992186.
HSL color Cylindrical-coordinate representation of color #BA3EC6: hue angle of 294.71º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3EC6 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 62 | 198 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.22 |
| HSL | 294.71º | 0.54% | 0.51% | - |
| HSV(B) | 294.71º | 0.69% | 0.78% | - |
| XYZ | 32.17 | 17.96 | 55.2 | - |
| YUV | 114.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 198 | 0.06 | 0.69 | 0 | 0.22 | 294.71 | 0.54 | 0.51 |
| Hex | BA | 3E | C6 | 6 | 45 | 0 | 16 | 127 | 36 | 33 |
| Octal | 272 | 76 | 306 | 6 | 105 | 0 | 26 | 447 | 66 | 63 |
| Binary | 10111010 | 111110 | 11000110 | 110 | 1000101 | 0 | 10110 | 100100111 | 110110 | 110011 |
Color Harmonies of #BA3EC6
Complementary color
Monochromatic Colors of #BA3EC6
Black with #BA3EC6
Text Example
Text Example
White with #BA3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EC6; }
p { color: rgb(186,62,198); }
H1.HeaderClassName
{
color: #BA3EC6;
}
.AnyTagClassName
{
color: #BA3EC6;
}
</style>
background-color css
<style>
a { background-color: #BA3EC6; }
a { background-color: rgb(186,62,198); }
div.DivClassName
{
background-color: #BA3EC6;
}
.BgClassName
{
background-color: #BA3EC6;
}
</style>
border-color css
<style>
span { border-color: #BA3EC6; }
span { border-color: rgb(186,62,198); }
td.TdClassName
{
border-color: #BA3EC6;
}
.TagClassName
{
border-color: #BA3EC6;
}
</style>