Shades of Fuchsia #BA64B2
Tints of Fuchsia #BA64B2
RGB
CMYK
RGB Variations
Color information
#BA64B2 (or 0xBA64B2) is known color: Fuchsia. HEX triplet: BA, 64 and B2. RGB value is (186,100,178). Sum of RGB (Red+Green+Blue) = 186+100+178=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64B2 is #459B4D. Grayscale: #868686. Windows color (decimal): -4561742 or 11691194. OLE color: 11691194.
HSL color Cylindrical-coordinate representation of color #BA64B2: hue angle of 305.58º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA64B2 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 178 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.27 |
| HSL | 305.58º | 0.38% | 0.56% | - |
| HSV(B) | 305.58º | 0.46% | 0.73% | - |
| XYZ | 32.84 | 22.77 | 44.78 | - |
| YUV | 134.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 178 | 0 | 0.46 | 0.04 | 0.27 | 305.58 | 0.38 | 0.56 |
| Hex | BA | 64 | B2 | 0 | 2E | 4 | 1B | 132 | 26 | 38 |
| Octal | 272 | 144 | 262 | 0 | 56 | 4 | 33 | 462 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10110010 | 0 | 101110 | 100 | 11011 | 100110010 | 100110 | 111000 |
Color Harmonies of #BA64B2
Complementary color
Monochromatic Colors of #BA64B2
Black with #BA64B2
Text Example
Text Example
White with #BA64B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64B2; }
p { color: rgb(186,100,178); }
H1.HeaderClassName
{
color: #BA64B2;
}
.AnyTagClassName
{
color: #BA64B2;
}
</style>
background-color css
<style>
a { background-color: #BA64B2; }
a { background-color: rgb(186,100,178); }
div.DivClassName
{
background-color: #BA64B2;
}
.BgClassName
{
background-color: #BA64B2;
}
</style>
border-color css
<style>
span { border-color: #BA64B2; }
span { border-color: rgb(186,100,178); }
td.TdClassName
{
border-color: #BA64B2;
}
.TagClassName
{
border-color: #BA64B2;
}
</style>