Shades of Fuchsia #BA64C3
Tints of Fuchsia #BA64C3
RGB
CMYK
RGB Variations
Color information
#BA64C3 (or 0xBA64C3) is known color: Fuchsia. HEX triplet: BA, 64 and C3. RGB value is (186,100,195). Sum of RGB (Red+Green+Blue) = 186+100+195=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA64C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64C3 is #459B3C. Grayscale: #888888. Windows color (decimal): -4561725 or 12805306. OLE color: 12805306.
HSL color Cylindrical-coordinate representation of color #BA64C3: hue angle of 294.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA64C3 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 100 | 195 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.24 |
| HSL | 294.32º | 0.44% | 0.58% | - |
| HSV(B) | 294.32º | 0.49% | 0.76% | - |
| XYZ | 34.66 | 23.49 | 54.34 | - |
| YUV | 136.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 195 | 0.05 | 0.49 | 0 | 0.24 | 294.32 | 0.44 | 0.58 |
| Hex | BA | 64 | C3 | 5 | 31 | 0 | 18 | 126 | 2C | 3A |
| Octal | 272 | 144 | 303 | 5 | 61 | 0 | 30 | 446 | 54 | 72 |
| Binary | 10111010 | 1100100 | 11000011 | 101 | 110001 | 0 | 11000 | 100100110 | 101100 | 111010 |
Color Harmonies of #BA64C3
Complementary color
Monochromatic Colors of #BA64C3
Black with #BA64C3
Text Example
Text Example
White with #BA64C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64C3; }
p { color: rgb(186,100,195); }
H1.HeaderClassName
{
color: #BA64C3;
}
.AnyTagClassName
{
color: #BA64C3;
}
</style>
background-color css
<style>
a { background-color: #BA64C3; }
a { background-color: rgb(186,100,195); }
div.DivClassName
{
background-color: #BA64C3;
}
.BgClassName
{
background-color: #BA64C3;
}
</style>
border-color css
<style>
span { border-color: #BA64C3; }
span { border-color: rgb(186,100,195); }
td.TdClassName
{
border-color: #BA64C3;
}
.TagClassName
{
border-color: #BA64C3;
}
</style>