Shades of Fuchsia #BA44BD
Tints of Fuchsia #BA44BD
RGB
CMYK
RGB Variations
Color information
#BA44BD (or 0xBA44BD) is known color: Fuchsia. HEX triplet: BA, 44 and BD. RGB value is (186,68,189). Sum of RGB (Red+Green+Blue) = 186+68+189=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA44BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44BD is #45BB42. Grayscale: #747474. Windows color (decimal): -4569923 or 12403898. OLE color: 12403898.
HSL color Cylindrical-coordinate representation of color #BA44BD: hue angle of 298.51º degrees, saturation: 0.48, 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 #BA44BD is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 68 | 189 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.26 |
| HSL | 298.51º | 0.48% | 0.5% | - |
| HSV(B) | 298.51º | 0.64% | 0.74% | - |
| XYZ | 31.5 | 18.25 | 50.01 | - |
| YUV | 117.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 189 | 0.02 | 0.64 | 0 | 0.26 | 298.51 | 0.48 | 0.5 |
| Hex | BA | 44 | BD | 2 | 40 | 0 | 1A | 12B | 30 | 32 |
| Octal | 272 | 104 | 275 | 2 | 100 | 0 | 32 | 453 | 60 | 62 |
| Binary | 10111010 | 1000100 | 10111101 | 10 | 1000000 | 0 | 11010 | 100101011 | 110000 | 110010 |
Color Harmonies of #BA44BD
Complementary color
Monochromatic Colors of #BA44BD
Black with #BA44BD
Text Example
Text Example
White with #BA44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44BD; }
p { color: rgb(186,68,189); }
H1.HeaderClassName
{
color: #BA44BD;
}
.AnyTagClassName
{
color: #BA44BD;
}
</style>
background-color css
<style>
a { background-color: #BA44BD; }
a { background-color: rgb(186,68,189); }
div.DivClassName
{
background-color: #BA44BD;
}
.BgClassName
{
background-color: #BA44BD;
}
</style>
border-color css
<style>
span { border-color: #BA44BD; }
span { border-color: rgb(186,68,189); }
td.TdClassName
{
border-color: #BA44BD;
}
.TagClassName
{
border-color: #BA44BD;
}
</style>