Shades of Fuchsia #BA43BB
Tints of Fuchsia #BA43BB
RGB
CMYK
RGB Variations
Color information
#BA43BB (or 0xBA43BB) is known color: Fuchsia. HEX triplet: BA, 43 and BB. RGB value is (186,67,187). Sum of RGB (Red+Green+Blue) = 186+67+187=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA43BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43BB is #45BC44. Grayscale: #737373. Windows color (decimal): -4570181 or 12272570. OLE color: 12272570.
HSL color Cylindrical-coordinate representation of color #BA43BB: hue angle of 299.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA43BB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 187 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.27 |
| HSL | 299.5º | 0.47% | 0.5% | - |
| HSV(B) | 299.5º | 0.64% | 0.73% | - |
| XYZ | 31.23 | 18.04 | 48.85 | - |
| YUV | 116.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 187 | 0.01 | 0.64 | 0 | 0.27 | 299.5 | 0.47 | 0.5 |
| Hex | BA | 43 | BB | 1 | 40 | 0 | 1B | 12C | 2F | 32 |
| Octal | 272 | 103 | 273 | 1 | 100 | 0 | 33 | 454 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10111011 | 1 | 1000000 | 0 | 11011 | 100101100 | 101111 | 110010 |
Color Harmonies of #BA43BB
Complementary color
Monochromatic Colors of #BA43BB
Black with #BA43BB
Text Example
Text Example
White with #BA43BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43BB; }
p { color: rgb(186,67,187); }
H1.HeaderClassName
{
color: #BA43BB;
}
.AnyTagClassName
{
color: #BA43BB;
}
</style>
background-color css
<style>
a { background-color: #BA43BB; }
a { background-color: rgb(186,67,187); }
div.DivClassName
{
background-color: #BA43BB;
}
.BgClassName
{
background-color: #BA43BB;
}
</style>
border-color css
<style>
span { border-color: #BA43BB; }
span { border-color: rgb(186,67,187); }
td.TdClassName
{
border-color: #BA43BB;
}
.TagClassName
{
border-color: #BA43BB;
}
</style>