Shades of Fuchsia #BA43BF
Tints of Fuchsia #BA43BF
RGB
CMYK
RGB Variations
Color information
#BA43BF (or 0xBA43BF) is known color: Fuchsia. HEX triplet: BA, 43 and BF. RGB value is (186,67,191). Sum of RGB (Red+Green+Blue) = 186+67+191=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA43BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43BF is #45BC40. Grayscale: #747474. Windows color (decimal): -4570177 or 12534714. OLE color: 12534714.
HSL color Cylindrical-coordinate representation of color #BA43BF: hue angle of 297.58º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA43BF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 67 | 191 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.25 |
| HSL | 297.58º | 0.49% | 0.51% | - |
| HSV(B) | 297.58º | 0.65% | 0.75% | - |
| XYZ | 31.66 | 18.22 | 51.14 | - |
| YUV | 116.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 191 | 0.03 | 0.65 | 0 | 0.25 | 297.58 | 0.49 | 0.51 |
| Hex | BA | 43 | BF | 3 | 41 | 0 | 19 | 12A | 31 | 33 |
| Octal | 272 | 103 | 277 | 3 | 101 | 0 | 31 | 452 | 61 | 63 |
| Binary | 10111010 | 1000011 | 10111111 | 11 | 1000001 | 0 | 11001 | 100101010 | 110001 | 110011 |
Color Harmonies of #BA43BF
Complementary color
Monochromatic Colors of #BA43BF
Black with #BA43BF
Text Example
Text Example
White with #BA43BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43BF; }
p { color: rgb(186,67,191); }
H1.HeaderClassName
{
color: #BA43BF;
}
.AnyTagClassName
{
color: #BA43BF;
}
</style>
background-color css
<style>
a { background-color: #BA43BF; }
a { background-color: rgb(186,67,191); }
div.DivClassName
{
background-color: #BA43BF;
}
.BgClassName
{
background-color: #BA43BF;
}
</style>
border-color css
<style>
span { border-color: #BA43BF; }
span { border-color: rgb(186,67,191); }
td.TdClassName
{
border-color: #BA43BF;
}
.TagClassName
{
border-color: #BA43BF;
}
</style>