Shades of Fuchsia #BA4ABF
Tints of Fuchsia #BA4ABF
RGB
CMYK
RGB Variations
Color information
#BA4ABF (or 0xBA4ABF) is known color: Fuchsia. HEX triplet: BA, 4A and BF. RGB value is (186,74,191). Sum of RGB (Red+Green+Blue) = 186+74+191=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ABF is #45B540. Grayscale: #787878. Windows color (decimal): -4568385 or 12536506. OLE color: 12536506.
HSL color Cylindrical-coordinate representation of color #BA4ABF: hue angle of 297.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4ABF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 74 | 191 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.25 |
| HSL | 297.44º | 0.48% | 0.52% | - |
| HSV(B) | 297.44º | 0.61% | 0.75% | - |
| XYZ | 32.1 | 19.1 | 51.28 | - |
| YUV | 120.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 191 | 0.03 | 0.61 | 0 | 0.25 | 297.44 | 0.48 | 0.52 |
| Hex | BA | 4A | BF | 3 | 3D | 0 | 19 | 129 | 30 | 34 |
| Octal | 272 | 112 | 277 | 3 | 75 | 0 | 31 | 451 | 60 | 64 |
| Binary | 10111010 | 1001010 | 10111111 | 11 | 111101 | 0 | 11001 | 100101001 | 110000 | 110100 |
Color Harmonies of #BA4ABF
Complementary color
Monochromatic Colors of #BA4ABF
Black with #BA4ABF
Text Example
Text Example
White with #BA4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ABF; }
p { color: rgb(186,74,191); }
H1.HeaderClassName
{
color: #BA4ABF;
}
.AnyTagClassName
{
color: #BA4ABF;
}
</style>
background-color css
<style>
a { background-color: #BA4ABF; }
a { background-color: rgb(186,74,191); }
div.DivClassName
{
background-color: #BA4ABF;
}
.BgClassName
{
background-color: #BA4ABF;
}
</style>
border-color css
<style>
span { border-color: #BA4ABF; }
span { border-color: rgb(186,74,191); }
td.TdClassName
{
border-color: #BA4ABF;
}
.TagClassName
{
border-color: #BA4ABF;
}
</style>