Shades of Fuchsia #BA40B6
Tints of Fuchsia #BA40B6
RGB
CMYK
RGB Variations
Color information
#BA40B6 (or 0xBA40B6) is known color: Fuchsia. HEX triplet: BA, 40 and B6. RGB value is (186,64,182). Sum of RGB (Red+Green+Blue) = 186+64+182=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40B6 is #45BF49. Grayscale: #717171. Windows color (decimal): -4570954 or 11944122. OLE color: 11944122.
HSL color Cylindrical-coordinate representation of color #BA40B6: hue angle of 301.97º 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 #BA40B6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 182 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.27 |
| HSL | 301.97º | 0.49% | 0.49% | - |
| HSV(B) | 301.97º | 0.66% | 0.73% | - |
| XYZ | 30.53 | 17.48 | 46.02 | - |
| YUV | 113.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 182 | 0 | 0.66 | 0.02 | 0.27 | 301.97 | 0.49 | 0.49 |
| Hex | BA | 40 | B6 | 0 | 42 | 2 | 1B | 12E | 31 | 31 |
| Octal | 272 | 100 | 266 | 0 | 102 | 2 | 33 | 456 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10110110 | 0 | 1000010 | 10 | 11011 | 100101110 | 110001 | 110001 |
Color Harmonies of #BA40B6
Complementary color
Monochromatic Colors of #BA40B6
Black with #BA40B6
Text Example
Text Example
White with #BA40B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40B6; }
p { color: rgb(186,64,182); }
H1.HeaderClassName
{
color: #BA40B6;
}
.AnyTagClassName
{
color: #BA40B6;
}
</style>
background-color css
<style>
a { background-color: #BA40B6; }
a { background-color: rgb(186,64,182); }
div.DivClassName
{
background-color: #BA40B6;
}
.BgClassName
{
background-color: #BA40B6;
}
</style>
border-color css
<style>
span { border-color: #BA40B6; }
span { border-color: rgb(186,64,182); }
td.TdClassName
{
border-color: #BA40B6;
}
.TagClassName
{
border-color: #BA40B6;
}
</style>