Shades of Fuchsia #BA4BA6
Tints of Fuchsia #BA4BA6
RGB
CMYK
RGB Variations
Color information
#BA4BA6 (or 0xBA4BA6) is known color: Fuchsia. HEX triplet: BA, 4B and A6. RGB value is (186,75,166). Sum of RGB (Red+Green+Blue) = 186+75+166=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA6 is #45B459. Grayscale: #767676. Windows color (decimal): -4568154 or 10898362. OLE color: 10898362.
HSL color Cylindrical-coordinate representation of color #BA4BA6: hue angle of 310.81º 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 #BA4BA6 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 166 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.27 |
| HSL | 310.81º | 0.45% | 0.51% | - |
| HSV(B) | 310.81º | 0.6% | 0.73% | - |
| XYZ | 29.65 | 18.22 | 38.03 | - |
| YUV | 118.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 166 | 0 | 0.60 | 0.11 | 0.27 | 310.81 | 0.45 | 0.51 |
| Hex | BA | 4B | A6 | 0 | 3C | B | 1B | 137 | 2D | 33 |
| Octal | 272 | 113 | 246 | 0 | 74 | 13 | 33 | 467 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10100110 | 0 | 111100 | 1011 | 11011 | 100110111 | 101101 | 110011 |
Color Harmonies of #BA4BA6
Complementary color
Monochromatic Colors of #BA4BA6
Black with #BA4BA6
Text Example
Text Example
White with #BA4BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BA6; }
p { color: rgb(186,75,166); }
H1.HeaderClassName
{
color: #BA4BA6;
}
.AnyTagClassName
{
color: #BA4BA6;
}
</style>
background-color css
<style>
a { background-color: #BA4BA6; }
a { background-color: rgb(186,75,166); }
div.DivClassName
{
background-color: #BA4BA6;
}
.BgClassName
{
background-color: #BA4BA6;
}
</style>
border-color css
<style>
span { border-color: #BA4BA6; }
span { border-color: rgb(186,75,166); }
td.TdClassName
{
border-color: #BA4BA6;
}
.TagClassName
{
border-color: #BA4BA6;
}
</style>