Shades of Fuchsia #BA2FAE
Tints of Fuchsia #BA2FAE
RGB
CMYK
RGB Variations
Color information
#BA2FAE (or 0xBA2FAE) is known color: Fuchsia. HEX triplet: BA, 2F and AE. RGB value is (186,47,174). Sum of RGB (Red+Green+Blue) = 186+47+174=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FAE is #45D051. Grayscale: #666666. Windows color (decimal): -4575314 or 11415482. OLE color: 11415482.
HSL color Cylindrical-coordinate representation of color #BA2FAE: hue angle of 305.18º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2FAE is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 174 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.27 |
| HSL | 305.18º | 0.6% | 0.46% | - |
| HSV(B) | 305.18º | 0.75% | 0.73% | - |
| XYZ | 28.91 | 15.53 | 41.52 | - |
| YUV | 103.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 174 | 0 | 0.75 | 0.06 | 0.27 | 305.18 | 0.6 | 0.46 |
| Hex | BA | 2F | AE | 0 | 4B | 6 | 1B | 131 | 3C | 2E |
| Octal | 272 | 57 | 256 | 0 | 113 | 6 | 33 | 461 | 74 | 56 |
| Binary | 10111010 | 101111 | 10101110 | 0 | 1001011 | 110 | 11011 | 100110001 | 111100 | 101110 |
Color Harmonies of #BA2FAE
Complementary color
Monochromatic Colors of #BA2FAE
Black with #BA2FAE
Text Example
Text Example
White with #BA2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FAE; }
p { color: rgb(186,47,174); }
H1.HeaderClassName
{
color: #BA2FAE;
}
.AnyTagClassName
{
color: #BA2FAE;
}
</style>
background-color css
<style>
a { background-color: #BA2FAE; }
a { background-color: rgb(186,47,174); }
div.DivClassName
{
background-color: #BA2FAE;
}
.BgClassName
{
background-color: #BA2FAE;
}
</style>
border-color css
<style>
span { border-color: #BA2FAE; }
span { border-color: rgb(186,47,174); }
td.TdClassName
{
border-color: #BA2FAE;
}
.TagClassName
{
border-color: #BA2FAE;
}
</style>