Shades of Fuchsia #BA43BD
Tints of Fuchsia #BA43BD
RGB
CMYK
RGB Variations
Color information
#BA43BD (or 0xBA43BD) is known color: Fuchsia. HEX triplet: BA, 43 and BD. RGB value is (186,67,189). Sum of RGB (Red+Green+Blue) = 186+67+189=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43BD is #45BC42. Grayscale: #747474. Windows color (decimal): -4570179 or 12403642. OLE color: 12403642.
HSL color Cylindrical-coordinate representation of color #BA43BD: hue angle of 298.52º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA43BD is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 67 | 189 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.26 |
| HSL | 298.52º | 0.48% | 0.5% | - |
| HSV(B) | 298.52º | 0.65% | 0.74% | - |
| XYZ | 31.44 | 18.13 | 49.99 | - |
| YUV | 116.49 | 168.92 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 189 | 0.02 | 0.65 | 0 | 0.26 | 298.52 | 0.48 | 0.5 |
| Hex | BA | 43 | BD | 2 | 41 | 0 | 1A | 12B | 30 | 32 |
| Octal | 272 | 103 | 275 | 2 | 101 | 0 | 32 | 453 | 60 | 62 |
| Binary | 10111010 | 1000011 | 10111101 | 10 | 1000001 | 0 | 11010 | 100101011 | 110000 | 110010 |
Color Harmonies of #BA43BD
Complementary color
Monochromatic Colors of #BA43BD
Black with #BA43BD
Text Example
Text Example
White with #BA43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43BD; }
p { color: rgb(186,67,189); }
H1.HeaderClassName
{
color: #BA43BD;
}
.AnyTagClassName
{
color: #BA43BD;
}
</style>
background-color css
<style>
a { background-color: #BA43BD; }
a { background-color: rgb(186,67,189); }
div.DivClassName
{
background-color: #BA43BD;
}
.BgClassName
{
background-color: #BA43BD;
}
</style>
border-color css
<style>
span { border-color: #BA43BD; }
span { border-color: rgb(186,67,189); }
td.TdClassName
{
border-color: #BA43BD;
}
.TagClassName
{
border-color: #BA43BD;
}
</style>