Shades of Fuchsia #BA64B4
Tints of Fuchsia #BA64B4
RGB
CMYK
RGB Variations
Color information
#BA64B4 (or 0xBA64B4) is known color: Fuchsia. HEX triplet: BA, 64 and B4. RGB value is (186,100,180). Sum of RGB (Red+Green+Blue) = 186+100+180=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64B4 is #459B4B. Grayscale: #868686. Windows color (decimal): -4561740 or 11822266. OLE color: 11822266.
HSL color Cylindrical-coordinate representation of color #BA64B4: hue angle of 304.19º 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 #BA64B4 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 180 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.27 |
| HSL | 304.19º | 0.38% | 0.56% | - |
| HSV(B) | 304.19º | 0.46% | 0.73% | - |
| XYZ | 33.05 | 22.85 | 45.85 | - |
| YUV | 134.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 180 | 0 | 0.46 | 0.03 | 0.27 | 304.19 | 0.38 | 0.56 |
| Hex | BA | 64 | B4 | 0 | 2E | 3 | 1B | 130 | 26 | 38 |
| Octal | 272 | 144 | 264 | 0 | 56 | 3 | 33 | 460 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10110100 | 0 | 101110 | 11 | 11011 | 100110000 | 100110 | 111000 |
Color Harmonies of #BA64B4
Complementary color
Monochromatic Colors of #BA64B4
Black with #BA64B4
Text Example
Text Example
White with #BA64B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64B4; }
p { color: rgb(186,100,180); }
H1.HeaderClassName
{
color: #BA64B4;
}
.AnyTagClassName
{
color: #BA64B4;
}
</style>
background-color css
<style>
a { background-color: #BA64B4; }
a { background-color: rgb(186,100,180); }
div.DivClassName
{
background-color: #BA64B4;
}
.BgClassName
{
background-color: #BA64B4;
}
</style>
border-color css
<style>
span { border-color: #BA64B4; }
span { border-color: rgb(186,100,180); }
td.TdClassName
{
border-color: #BA64B4;
}
.TagClassName
{
border-color: #BA64B4;
}
</style>