Shades of Fuchsia #BA40A7
Tints of Fuchsia #BA40A7
RGB
CMYK
RGB Variations
Color information
#BA40A7 (or 0xBA40A7) is known color: Fuchsia. HEX triplet: BA, 40 and A7. RGB value is (186,64,167). Sum of RGB (Red+Green+Blue) = 186+64+167=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40A7 is #45BF58. Grayscale: #6F6F6F. Windows color (decimal): -4570969 or 10961082. OLE color: 10961082.
HSL color Cylindrical-coordinate representation of color #BA40A7: hue angle of 309.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA40A7 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 167 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.27 |
| HSL | 309.34º | 0.49% | 0.49% | - |
| HSV(B) | 309.34º | 0.66% | 0.73% | - |
| XYZ | 29.06 | 16.9 | 38.29 | - |
| YUV | 112.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 167 | 0 | 0.66 | 0.10 | 0.27 | 309.34 | 0.49 | 0.49 |
| Hex | BA | 40 | A7 | 0 | 42 | A | 1B | 135 | 31 | 31 |
| Octal | 272 | 100 | 247 | 0 | 102 | 12 | 33 | 465 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10100111 | 0 | 1000010 | 1010 | 11011 | 100110101 | 110001 | 110001 |
Color Harmonies of #BA40A7
Complementary color
Monochromatic Colors of #BA40A7
Black with #BA40A7
Text Example
Text Example
White with #BA40A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40A7; }
p { color: rgb(186,64,167); }
H1.HeaderClassName
{
color: #BA40A7;
}
.AnyTagClassName
{
color: #BA40A7;
}
</style>
background-color css
<style>
a { background-color: #BA40A7; }
a { background-color: rgb(186,64,167); }
div.DivClassName
{
background-color: #BA40A7;
}
.BgClassName
{
background-color: #BA40A7;
}
</style>
border-color css
<style>
span { border-color: #BA40A7; }
span { border-color: rgb(186,64,167); }
td.TdClassName
{
border-color: #BA40A7;
}
.TagClassName
{
border-color: #BA40A7;
}
</style>