Shades of Fuchsia #BA3EAA
Tints of Fuchsia #BA3EAA
RGB
CMYK
RGB Variations
Color information
#BA3EAA (or 0xBA3EAA) is known color: Fuchsia. HEX triplet: BA, 3E and AA. RGB value is (186,62,170). Sum of RGB (Red+Green+Blue) = 186+62+170=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EAA is #45C155. Grayscale: #6F6F6F. Windows color (decimal): -4571478 or 11157178. OLE color: 11157178.
HSL color Cylindrical-coordinate representation of color #BA3EAA: hue angle of 307.74º 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 #BA3EAA is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 170 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.27 |
| HSL | 307.74º | 0.5% | 0.49% | - |
| HSV(B) | 307.74º | 0.67% | 0.73% | - |
| XYZ | 29.23 | 16.79 | 39.73 | - |
| YUV | 111.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 170 | 0 | 0.67 | 0.09 | 0.27 | 307.74 | 0.5 | 0.49 |
| Hex | BA | 3E | AA | 0 | 43 | 9 | 1B | 134 | 32 | 31 |
| Octal | 272 | 76 | 252 | 0 | 103 | 11 | 33 | 464 | 62 | 61 |
| Binary | 10111010 | 111110 | 10101010 | 0 | 1000011 | 1001 | 11011 | 100110100 | 110010 | 110001 |
Color Harmonies of #BA3EAA
Complementary color
Monochromatic Colors of #BA3EAA
Black with #BA3EAA
Text Example
Text Example
White with #BA3EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EAA; }
p { color: rgb(186,62,170); }
H1.HeaderClassName
{
color: #BA3EAA;
}
.AnyTagClassName
{
color: #BA3EAA;
}
</style>
background-color css
<style>
a { background-color: #BA3EAA; }
a { background-color: rgb(186,62,170); }
div.DivClassName
{
background-color: #BA3EAA;
}
.BgClassName
{
background-color: #BA3EAA;
}
</style>
border-color css
<style>
span { border-color: #BA3EAA; }
span { border-color: rgb(186,62,170); }
td.TdClassName
{
border-color: #BA3EAA;
}
.TagClassName
{
border-color: #BA3EAA;
}
</style>