Shades of Fuchsia #BA43B6
Tints of Fuchsia #BA43B6
RGB
CMYK
RGB Variations
Color information
#BA43B6 (or 0xBA43B6) is known color: Fuchsia. HEX triplet: BA, 43 and B6. RGB value is (186,67,182). Sum of RGB (Red+Green+Blue) = 186+67+182=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43B6 is #45BC49. Grayscale: #737373. Windows color (decimal): -4570186 or 11944890. OLE color: 11944890.
HSL color Cylindrical-coordinate representation of color #BA43B6: hue angle of 302.02º 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 #BA43B6 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 182 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.27 |
| HSL | 302.02º | 0.47% | 0.5% | - |
| HSV(B) | 302.02º | 0.64% | 0.73% | - |
| XYZ | 30.7 | 17.83 | 46.08 | - |
| YUV | 115.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 182 | 0 | 0.64 | 0.02 | 0.27 | 302.02 | 0.47 | 0.5 |
| Hex | BA | 43 | B6 | 0 | 40 | 2 | 1B | 12E | 2F | 32 |
| Octal | 272 | 103 | 266 | 0 | 100 | 2 | 33 | 456 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10110110 | 0 | 1000000 | 10 | 11011 | 100101110 | 101111 | 110010 |
Color Harmonies of #BA43B6
Complementary color
Monochromatic Colors of #BA43B6
Black with #BA43B6
Text Example
Text Example
White with #BA43B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43B6; }
p { color: rgb(186,67,182); }
H1.HeaderClassName
{
color: #BA43B6;
}
.AnyTagClassName
{
color: #BA43B6;
}
</style>
background-color css
<style>
a { background-color: #BA43B6; }
a { background-color: rgb(186,67,182); }
div.DivClassName
{
background-color: #BA43B6;
}
.BgClassName
{
background-color: #BA43B6;
}
</style>
border-color css
<style>
span { border-color: #BA43B6; }
span { border-color: rgb(186,67,182); }
td.TdClassName
{
border-color: #BA43B6;
}
.TagClassName
{
border-color: #BA43B6;
}
</style>