Shades of Fuchsia #BA46BB
Tints of Fuchsia #BA46BB
RGB
CMYK
RGB Variations
Color information
#BA46BB (or 0xBA46BB) is known color: Fuchsia. HEX triplet: BA, 46 and BB. RGB value is (186,70,187). Sum of RGB (Red+Green+Blue) = 186+70+187=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46BB is #45B944. Grayscale: #757575. Windows color (decimal): -4569413 or 12273338. OLE color: 12273338.
HSL color Cylindrical-coordinate representation of color #BA46BB: hue angle of 299.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA46BB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 187 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.27 |
| HSL | 299.49º | 0.46% | 0.5% | - |
| HSV(B) | 299.49º | 0.63% | 0.73% | - |
| XYZ | 31.41 | 18.41 | 48.91 | - |
| YUV | 118.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 187 | 0.01 | 0.63 | 0 | 0.27 | 299.49 | 0.46 | 0.5 |
| Hex | BA | 46 | BB | 1 | 3F | 0 | 1B | 12B | 2E | 32 |
| Octal | 272 | 106 | 273 | 1 | 77 | 0 | 33 | 453 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10111011 | 1 | 111111 | 0 | 11011 | 100101011 | 101110 | 110010 |
Color Harmonies of #BA46BB
Complementary color
Monochromatic Colors of #BA46BB
Black with #BA46BB
Text Example
Text Example
White with #BA46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46BB; }
p { color: rgb(186,70,187); }
H1.HeaderClassName
{
color: #BA46BB;
}
.AnyTagClassName
{
color: #BA46BB;
}
</style>
background-color css
<style>
a { background-color: #BA46BB; }
a { background-color: rgb(186,70,187); }
div.DivClassName
{
background-color: #BA46BB;
}
.BgClassName
{
background-color: #BA46BB;
}
</style>
border-color css
<style>
span { border-color: #BA46BB; }
span { border-color: rgb(186,70,187); }
td.TdClassName
{
border-color: #BA46BB;
}
.TagClassName
{
border-color: #BA46BB;
}
</style>