Shades of Fuchsia #BA44C1
Tints of Fuchsia #BA44C1
RGB
CMYK
RGB Variations
Color information
#BA44C1 (or 0xBA44C1) is known color: Fuchsia. HEX triplet: BA, 44 and C1. RGB value is (186,68,193). Sum of RGB (Red+Green+Blue) = 186+68+193=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA44C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44C1 is #45BB3E. Grayscale: #757575. Windows color (decimal): -4569919 or 12666042. OLE color: 12666042.
HSL color Cylindrical-coordinate representation of color #BA44C1: hue angle of 296.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA44C1 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 68 | 193 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.24 |
| HSL | 296.64º | 0.5% | 0.51% | - |
| HSV(B) | 296.64º | 0.65% | 0.76% | - |
| XYZ | 31.94 | 18.42 | 52.32 | - |
| YUV | 117.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 193 | 0.04 | 0.65 | 0 | 0.24 | 296.64 | 0.5 | 0.51 |
| Hex | BA | 44 | C1 | 4 | 41 | 0 | 18 | 129 | 32 | 33 |
| Octal | 272 | 104 | 301 | 4 | 101 | 0 | 30 | 451 | 62 | 63 |
| Binary | 10111010 | 1000100 | 11000001 | 100 | 1000001 | 0 | 11000 | 100101001 | 110010 | 110011 |
Color Harmonies of #BA44C1
Complementary color
Monochromatic Colors of #BA44C1
Black with #BA44C1
Text Example
Text Example
White with #BA44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44C1; }
p { color: rgb(186,68,193); }
H1.HeaderClassName
{
color: #BA44C1;
}
.AnyTagClassName
{
color: #BA44C1;
}
</style>
background-color css
<style>
a { background-color: #BA44C1; }
a { background-color: rgb(186,68,193); }
div.DivClassName
{
background-color: #BA44C1;
}
.BgClassName
{
background-color: #BA44C1;
}
</style>
border-color css
<style>
span { border-color: #BA44C1; }
span { border-color: rgb(186,68,193); }
td.TdClassName
{
border-color: #BA44C1;
}
.TagClassName
{
border-color: #BA44C1;
}
</style>