Shades of Fuchsia #BA3EC9
Tints of Fuchsia #BA3EC9
RGB
CMYK
RGB Variations
Color information
#BA3EC9 (or 0xBA3EC9) is known color: Fuchsia. HEX triplet: BA, 3E and C9. RGB value is (186,62,201). Sum of RGB (Red+Green+Blue) = 186+62+201=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA3EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EC9 is #45C136. Grayscale: #727272. Windows color (decimal): -4571447 or 13188794. OLE color: 13188794.
HSL color Cylindrical-coordinate representation of color #BA3EC9: hue angle of 293.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3EC9 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 62 | 201 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.21 |
| HSL | 293.53º | 0.56% | 0.52% | - |
| HSV(B) | 293.53º | 0.69% | 0.79% | - |
| XYZ | 32.51 | 18.1 | 57.04 | - |
| YUV | 114.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 201 | 0.07 | 0.69 | 0 | 0.21 | 293.53 | 0.56 | 0.52 |
| Hex | BA | 3E | C9 | 7 | 45 | 0 | 15 | 126 | 38 | 34 |
| Octal | 272 | 76 | 311 | 7 | 105 | 0 | 25 | 446 | 70 | 64 |
| Binary | 10111010 | 111110 | 11001001 | 111 | 1000101 | 0 | 10101 | 100100110 | 111000 | 110100 |
Color Harmonies of #BA3EC9
Complementary color
Monochromatic Colors of #BA3EC9
Black with #BA3EC9
Text Example
Text Example
White with #BA3EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EC9; }
p { color: rgb(186,62,201); }
H1.HeaderClassName
{
color: #BA3EC9;
}
.AnyTagClassName
{
color: #BA3EC9;
}
</style>
background-color css
<style>
a { background-color: #BA3EC9; }
a { background-color: rgb(186,62,201); }
div.DivClassName
{
background-color: #BA3EC9;
}
.BgClassName
{
background-color: #BA3EC9;
}
</style>
border-color css
<style>
span { border-color: #BA3EC9; }
span { border-color: rgb(186,62,201); }
td.TdClassName
{
border-color: #BA3EC9;
}
.TagClassName
{
border-color: #BA3EC9;
}
</style>