Shades of Fuchsia #BA43BC
Tints of Fuchsia #BA43BC
RGB
CMYK
RGB Variations
Color information
#BA43BC (or 0xBA43BC) is known color: Fuchsia. HEX triplet: BA, 43 and BC. RGB value is (186,67,188). Sum of RGB (Red+Green+Blue) = 186+67+188=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43BC is #45BC43. Grayscale: #747474. Windows color (decimal): -4570180 or 12338106. OLE color: 12338106.
HSL color Cylindrical-coordinate representation of color #BA43BC: hue angle of 299.01º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA43BC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 67 | 188 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.26 |
| HSL | 299.01º | 0.47% | 0.5% | - |
| HSV(B) | 299.01º | 0.64% | 0.74% | - |
| XYZ | 31.33 | 18.08 | 49.42 | - |
| YUV | 116.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 188 | 0.01 | 0.64 | 0 | 0.26 | 299.01 | 0.47 | 0.5 |
| Hex | BA | 43 | BC | 1 | 40 | 0 | 1A | 12B | 2F | 32 |
| Octal | 272 | 103 | 274 | 1 | 100 | 0 | 32 | 453 | 57 | 62 |
| Binary | 10111010 | 1000011 | 10111100 | 1 | 1000000 | 0 | 11010 | 100101011 | 101111 | 110010 |
Color Harmonies of #BA43BC
Complementary color
Monochromatic Colors of #BA43BC
Black with #BA43BC
Text Example
Text Example
White with #BA43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43BC; }
p { color: rgb(186,67,188); }
H1.HeaderClassName
{
color: #BA43BC;
}
.AnyTagClassName
{
color: #BA43BC;
}
</style>
background-color css
<style>
a { background-color: #BA43BC; }
a { background-color: rgb(186,67,188); }
div.DivClassName
{
background-color: #BA43BC;
}
.BgClassName
{
background-color: #BA43BC;
}
</style>
border-color css
<style>
span { border-color: #BA43BC; }
span { border-color: rgb(186,67,188); }
td.TdClassName
{
border-color: #BA43BC;
}
.TagClassName
{
border-color: #BA43BC;
}
</style>