Shades of Fuchsia #BA3AAC
Tints of Fuchsia #BA3AAC
RGB
CMYK
RGB Variations
Color information
#BA3AAC (or 0xBA3AAC) is known color: Fuchsia. HEX triplet: BA, 3A and AC. RGB value is (186,58,172). Sum of RGB (Red+Green+Blue) = 186+58+172=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3AAC is #45C553. Grayscale: #6C6C6C. Windows color (decimal): -4572500 or 11287226. OLE color: 11287226.
HSL color Cylindrical-coordinate representation of color #BA3AAC: hue angle of 306.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3AAC is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 172 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.27 |
| HSL | 306.56º | 0.52% | 0.48% | - |
| HSV(B) | 306.56º | 0.69% | 0.73% | - |
| XYZ | 29.21 | 16.44 | 40.66 | - |
| YUV | 109.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 172 | 0 | 0.69 | 0.08 | 0.27 | 306.56 | 0.52 | 0.48 |
| Hex | BA | 3A | AC | 0 | 45 | 8 | 1B | 133 | 34 | 30 |
| Octal | 272 | 72 | 254 | 0 | 105 | 10 | 33 | 463 | 64 | 60 |
| Binary | 10111010 | 111010 | 10101100 | 0 | 1000101 | 1000 | 11011 | 100110011 | 110100 | 110000 |
Color Harmonies of #BA3AAC
Complementary color
Monochromatic Colors of #BA3AAC
Black with #BA3AAC
Text Example
Text Example
White with #BA3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AAC; }
p { color: rgb(186,58,172); }
H1.HeaderClassName
{
color: #BA3AAC;
}
.AnyTagClassName
{
color: #BA3AAC;
}
</style>
background-color css
<style>
a { background-color: #BA3AAC; }
a { background-color: rgb(186,58,172); }
div.DivClassName
{
background-color: #BA3AAC;
}
.BgClassName
{
background-color: #BA3AAC;
}
</style>
border-color css
<style>
span { border-color: #BA3AAC; }
span { border-color: rgb(186,58,172); }
td.TdClassName
{
border-color: #BA3AAC;
}
.TagClassName
{
border-color: #BA3AAC;
}
</style>