Shades of Fuchsia #BA4AA8
Tints of Fuchsia #BA4AA8
RGB
CMYK
RGB Variations
Color information
#BA4AA8 (or 0xBA4AA8) is known color: Fuchsia. HEX triplet: BA, 4A and A8. RGB value is (186,74,168). Sum of RGB (Red+Green+Blue) = 186+74+168=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AA8 is #45B557. Grayscale: #757575. Windows color (decimal): -4568408 or 11029178. OLE color: 11029178.
HSL color Cylindrical-coordinate representation of color #BA4AA8: hue angle of 309.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AA8 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 168 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.27 |
| HSL | 309.64º | 0.45% | 0.51% | - |
| HSV(B) | 309.64º | 0.6% | 0.73% | - |
| XYZ | 29.77 | 18.16 | 38.98 | - |
| YUV | 118.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 168 | 0 | 0.60 | 0.10 | 0.27 | 309.64 | 0.45 | 0.51 |
| Hex | BA | 4A | A8 | 0 | 3C | A | 1B | 136 | 2D | 33 |
| Octal | 272 | 112 | 250 | 0 | 74 | 12 | 33 | 466 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10101000 | 0 | 111100 | 1010 | 11011 | 100110110 | 101101 | 110011 |
Color Harmonies of #BA4AA8
Complementary color
Monochromatic Colors of #BA4AA8
Black with #BA4AA8
Text Example
Text Example
White with #BA4AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AA8; }
p { color: rgb(186,74,168); }
H1.HeaderClassName
{
color: #BA4AA8;
}
.AnyTagClassName
{
color: #BA4AA8;
}
</style>
background-color css
<style>
a { background-color: #BA4AA8; }
a { background-color: rgb(186,74,168); }
div.DivClassName
{
background-color: #BA4AA8;
}
.BgClassName
{
background-color: #BA4AA8;
}
</style>
border-color css
<style>
span { border-color: #BA4AA8; }
span { border-color: rgb(186,74,168); }
td.TdClassName
{
border-color: #BA4AA8;
}
.TagClassName
{
border-color: #BA4AA8;
}
</style>