Shades of Fuchsia #BA4BA7
Tints of Fuchsia #BA4BA7
RGB
CMYK
RGB Variations
Color information
#BA4BA7 (or 0xBA4BA7) is known color: Fuchsia. HEX triplet: BA, 4B and A7. RGB value is (186,75,167). Sum of RGB (Red+Green+Blue) = 186+75+167=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BA7 is #45B458. Grayscale: #767676. Windows color (decimal): -4568153 or 10963898. OLE color: 10963898.
HSL color Cylindrical-coordinate representation of color #BA4BA7: hue angle of 310.27º 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 #BA4BA7 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 167 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.27 |
| HSL | 310.27º | 0.45% | 0.51% | - |
| HSV(B) | 310.27º | 0.6% | 0.73% | - |
| XYZ | 29.74 | 18.26 | 38.52 | - |
| YUV | 118.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 167 | 0 | 0.60 | 0.10 | 0.27 | 310.27 | 0.45 | 0.51 |
| Hex | BA | 4B | A7 | 0 | 3C | A | 1B | 136 | 2D | 33 |
| Octal | 272 | 113 | 247 | 0 | 74 | 12 | 33 | 466 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10100111 | 0 | 111100 | 1010 | 11011 | 100110110 | 101101 | 110011 |
Color Harmonies of #BA4BA7
Complementary color
Monochromatic Colors of #BA4BA7
Black with #BA4BA7
Text Example
Text Example
White with #BA4BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BA7; }
p { color: rgb(186,75,167); }
H1.HeaderClassName
{
color: #BA4BA7;
}
.AnyTagClassName
{
color: #BA4BA7;
}
</style>
background-color css
<style>
a { background-color: #BA4BA7; }
a { background-color: rgb(186,75,167); }
div.DivClassName
{
background-color: #BA4BA7;
}
.BgClassName
{
background-color: #BA4BA7;
}
</style>
border-color css
<style>
span { border-color: #BA4BA7; }
span { border-color: rgb(186,75,167); }
td.TdClassName
{
border-color: #BA4BA7;
}
.TagClassName
{
border-color: #BA4BA7;
}
</style>