Shades of Fuchsia #BA44C5
Tints of Fuchsia #BA44C5
RGB
CMYK
RGB Variations
Color information
#BA44C5 (or 0xBA44C5) is known color: Fuchsia. HEX triplet: BA, 44 and C5. RGB value is (186,68,197). Sum of RGB (Red+Green+Blue) = 186+68+197=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA44C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44C5 is #45BB3A. Grayscale: #757575. Windows color (decimal): -4569915 or 12928186. OLE color: 12928186.
HSL color Cylindrical-coordinate representation of color #BA44C5: hue angle of 294.88º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA44C5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 68 | 197 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.23 |
| HSL | 294.88º | 0.53% | 0.52% | - |
| HSV(B) | 294.88º | 0.65% | 0.77% | - |
| XYZ | 32.39 | 18.6 | 54.71 | - |
| YUV | 117.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 197 | 0.06 | 0.65 | 0 | 0.23 | 294.88 | 0.53 | 0.52 |
| Hex | BA | 44 | C5 | 6 | 41 | 0 | 17 | 127 | 35 | 34 |
| Octal | 272 | 104 | 305 | 6 | 101 | 0 | 27 | 447 | 65 | 64 |
| Binary | 10111010 | 1000100 | 11000101 | 110 | 1000001 | 0 | 10111 | 100100111 | 110101 | 110100 |
Color Harmonies of #BA44C5
Complementary color
Monochromatic Colors of #BA44C5
Black with #BA44C5
Text Example
Text Example
White with #BA44C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44C5; }
p { color: rgb(186,68,197); }
H1.HeaderClassName
{
color: #BA44C5;
}
.AnyTagClassName
{
color: #BA44C5;
}
</style>
background-color css
<style>
a { background-color: #BA44C5; }
a { background-color: rgb(186,68,197); }
div.DivClassName
{
background-color: #BA44C5;
}
.BgClassName
{
background-color: #BA44C5;
}
</style>
border-color css
<style>
span { border-color: #BA44C5; }
span { border-color: rgb(186,68,197); }
td.TdClassName
{
border-color: #BA44C5;
}
.TagClassName
{
border-color: #BA44C5;
}
</style>