Shades of Fuchsia #BA40B7
Tints of Fuchsia #BA40B7
RGB
CMYK
RGB Variations
Color information
#BA40B7 (or 0xBA40B7) is known color: Fuchsia. HEX triplet: BA, 40 and B7. RGB value is (186,64,183). Sum of RGB (Red+Green+Blue) = 186+64+183=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40B7 is #45BF48. Grayscale: #717171. Windows color (decimal): -4570953 or 12009658. OLE color: 12009658.
HSL color Cylindrical-coordinate representation of color #BA40B7: hue angle of 301.48º 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 #BA40B7 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 183 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.27 |
| HSL | 301.48º | 0.49% | 0.49% | - |
| HSV(B) | 301.48º | 0.66% | 0.73% | - |
| XYZ | 30.63 | 17.52 | 46.57 | - |
| YUV | 114.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 183 | 0 | 0.66 | 0.02 | 0.27 | 301.48 | 0.49 | 0.49 |
| Hex | BA | 40 | B7 | 0 | 42 | 2 | 1B | 12D | 31 | 31 |
| Octal | 272 | 100 | 267 | 0 | 102 | 2 | 33 | 455 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10110111 | 0 | 1000010 | 10 | 11011 | 100101101 | 110001 | 110001 |
Color Harmonies of #BA40B7
Complementary color
Monochromatic Colors of #BA40B7
Black with #BA40B7
Text Example
Text Example
White with #BA40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40B7; }
p { color: rgb(186,64,183); }
H1.HeaderClassName
{
color: #BA40B7;
}
.AnyTagClassName
{
color: #BA40B7;
}
</style>
background-color css
<style>
a { background-color: #BA40B7; }
a { background-color: rgb(186,64,183); }
div.DivClassName
{
background-color: #BA40B7;
}
.BgClassName
{
background-color: #BA40B7;
}
</style>
border-color css
<style>
span { border-color: #BA40B7; }
span { border-color: rgb(186,64,183); }
td.TdClassName
{
border-color: #BA40B7;
}
.TagClassName
{
border-color: #BA40B7;
}
</style>