Shades of Fuchsia #BA43B5
Tints of Fuchsia #BA43B5
RGB
CMYK
RGB Variations
Color information
#BA43B5 (or 0xBA43B5) is known color: Fuchsia. HEX triplet: BA, 43 and B5. RGB value is (186,67,181). Sum of RGB (Red+Green+Blue) = 186+67+181=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA43B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43B5 is #45BC4A. Grayscale: #737373. Windows color (decimal): -4570187 or 11879354. OLE color: 11879354.
HSL color Cylindrical-coordinate representation of color #BA43B5: hue angle of 302.52º 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 #BA43B5 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 181 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.27 |
| HSL | 302.52º | 0.47% | 0.5% | - |
| HSV(B) | 302.52º | 0.64% | 0.73% | - |
| XYZ | 30.6 | 17.79 | 45.54 | - |
| YUV | 115.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 181 | 0 | 0.64 | 0.03 | 0.27 | 302.52 | 0.47 | 0.5 |
| Hex | BA | 43 | B5 | 0 | 40 | 3 | 1B | 12F | 2F | 32 |
| Octal | 272 | 103 | 265 | 0 | 100 | 3 | 33 | 457 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10110101 | 0 | 1000000 | 11 | 11011 | 100101111 | 101111 | 110010 |
Color Harmonies of #BA43B5
Complementary color
Monochromatic Colors of #BA43B5
Black with #BA43B5
Text Example
Text Example
White with #BA43B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43B5; }
p { color: rgb(186,67,181); }
H1.HeaderClassName
{
color: #BA43B5;
}
.AnyTagClassName
{
color: #BA43B5;
}
</style>
background-color css
<style>
a { background-color: #BA43B5; }
a { background-color: rgb(186,67,181); }
div.DivClassName
{
background-color: #BA43B5;
}
.BgClassName
{
background-color: #BA43B5;
}
</style>
border-color css
<style>
span { border-color: #BA43B5; }
span { border-color: rgb(186,67,181); }
td.TdClassName
{
border-color: #BA43B5;
}
.TagClassName
{
border-color: #BA43B5;
}
</style>