Shades of Fuchsia #BA3BAC
Tints of Fuchsia #BA3BAC
RGB
CMYK
RGB Variations
Color information
#BA3BAC (or 0xBA3BAC) is known color: Fuchsia. HEX triplet: BA, 3B and AC. RGB value is (186,59,172). Sum of RGB (Red+Green+Blue) = 186+59+172=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BAC is #45C453. Grayscale: #6D6D6D. Windows color (decimal): -4572244 or 11287482. OLE color: 11287482.
HSL color Cylindrical-coordinate representation of color #BA3BAC: hue angle of 306.61º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3BAC is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 172 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.27 |
| HSL | 306.61º | 0.52% | 0.48% | - |
| HSV(B) | 306.61º | 0.68% | 0.73% | - |
| XYZ | 29.26 | 16.55 | 40.68 | - |
| YUV | 109.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 172 | 0 | 0.68 | 0.08 | 0.27 | 306.61 | 0.52 | 0.48 |
| Hex | BA | 3B | AC | 0 | 44 | 8 | 1B | 133 | 34 | 30 |
| Octal | 272 | 73 | 254 | 0 | 104 | 10 | 33 | 463 | 64 | 60 |
| Binary | 10111010 | 111011 | 10101100 | 0 | 1000100 | 1000 | 11011 | 100110011 | 110100 | 110000 |
Color Harmonies of #BA3BAC
Complementary color
Monochromatic Colors of #BA3BAC
Black with #BA3BAC
Text Example
Text Example
White with #BA3BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BAC; }
p { color: rgb(186,59,172); }
H1.HeaderClassName
{
color: #BA3BAC;
}
.AnyTagClassName
{
color: #BA3BAC;
}
</style>
background-color css
<style>
a { background-color: #BA3BAC; }
a { background-color: rgb(186,59,172); }
div.DivClassName
{
background-color: #BA3BAC;
}
.BgClassName
{
background-color: #BA3BAC;
}
</style>
border-color css
<style>
span { border-color: #BA3BAC; }
span { border-color: rgb(186,59,172); }
td.TdClassName
{
border-color: #BA3BAC;
}
.TagClassName
{
border-color: #BA3BAC;
}
</style>