Shades of Fuchsia #BA40BB
Tints of Fuchsia #BA40BB
RGB
CMYK
RGB Variations
Color information
#BA40BB (or 0xBA40BB) is known color: Fuchsia. HEX triplet: BA, 40 and BB. RGB value is (186,64,187). Sum of RGB (Red+Green+Blue) = 186+64+187=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40BB is #45BF44. Grayscale: #727272. Windows color (decimal): -4570949 or 12271802. OLE color: 12271802.
HSL color Cylindrical-coordinate representation of color #BA40BB: hue angle of 299.51º 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 #BA40BB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 187 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.27 |
| HSL | 299.51º | 0.49% | 0.49% | - |
| HSV(B) | 299.51º | 0.66% | 0.73% | - |
| XYZ | 31.05 | 17.69 | 48.79 | - |
| YUV | 114.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 187 | 0.01 | 0.66 | 0 | 0.27 | 299.51 | 0.49 | 0.49 |
| Hex | BA | 40 | BB | 1 | 42 | 0 | 1B | 12C | 31 | 31 |
| Octal | 272 | 100 | 273 | 1 | 102 | 0 | 33 | 454 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10111011 | 1 | 1000010 | 0 | 11011 | 100101100 | 110001 | 110001 |
Color Harmonies of #BA40BB
Complementary color
Monochromatic Colors of #BA40BB
Black with #BA40BB
Text Example
Text Example
White with #BA40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40BB; }
p { color: rgb(186,64,187); }
H1.HeaderClassName
{
color: #BA40BB;
}
.AnyTagClassName
{
color: #BA40BB;
}
</style>
background-color css
<style>
a { background-color: #BA40BB; }
a { background-color: rgb(186,64,187); }
div.DivClassName
{
background-color: #BA40BB;
}
.BgClassName
{
background-color: #BA40BB;
}
</style>
border-color css
<style>
span { border-color: #BA40BB; }
span { border-color: rgb(186,64,187); }
td.TdClassName
{
border-color: #BA40BB;
}
.TagClassName
{
border-color: #BA40BB;
}
</style>