Shades of Fuchsia #BA3EAE
Tints of Fuchsia #BA3EAE
RGB
CMYK
RGB Variations
Color information
#BA3EAE (or 0xBA3EAE) is known color: Fuchsia. HEX triplet: BA, 3E and AE. RGB value is (186,62,174). Sum of RGB (Red+Green+Blue) = 186+62+174=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EAE is #45C151. Grayscale: #6F6F6F. Windows color (decimal): -4571474 or 11419322. OLE color: 11419322.
HSL color Cylindrical-coordinate representation of color #BA3EAE: hue angle of 305.81º 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 #BA3EAE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 174 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.27 |
| HSL | 305.81º | 0.5% | 0.49% | - |
| HSV(B) | 305.81º | 0.67% | 0.73% | - |
| XYZ | 29.61 | 16.94 | 41.75 | - |
| YUV | 111.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 174 | 0 | 0.67 | 0.06 | 0.27 | 305.81 | 0.5 | 0.49 |
| Hex | BA | 3E | AE | 0 | 43 | 6 | 1B | 132 | 32 | 31 |
| Octal | 272 | 76 | 256 | 0 | 103 | 6 | 33 | 462 | 62 | 61 |
| Binary | 10111010 | 111110 | 10101110 | 0 | 1000011 | 110 | 11011 | 100110010 | 110010 | 110001 |
Color Harmonies of #BA3EAE
Complementary color
Monochromatic Colors of #BA3EAE
Black with #BA3EAE
Text Example
Text Example
White with #BA3EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EAE; }
p { color: rgb(186,62,174); }
H1.HeaderClassName
{
color: #BA3EAE;
}
.AnyTagClassName
{
color: #BA3EAE;
}
</style>
background-color css
<style>
a { background-color: #BA3EAE; }
a { background-color: rgb(186,62,174); }
div.DivClassName
{
background-color: #BA3EAE;
}
.BgClassName
{
background-color: #BA3EAE;
}
</style>
border-color css
<style>
span { border-color: #BA3EAE; }
span { border-color: rgb(186,62,174); }
td.TdClassName
{
border-color: #BA3EAE;
}
.TagClassName
{
border-color: #BA3EAE;
}
</style>