#BA64B2

Color #BA64B2 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BA64B2

Tints of Fuchsia #BA64B2

Color information

#BA64B2 (or 0xBA64B2) is unknown color: approx 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

RGB186100178-
CMYK00.460.040.27
HSL305.58º38.39%56.08%-
HSV(B)305.58º46.24%72.94%-
XYZ32.8422.7744.78-
YUV134.61152.49164.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=40.09%
G=21.55%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610017800.460.040.27305.5838.3956.08
HexBA64B202E41B1322638
Octal2721442620564334624670
Binary10111010110010010110010010111010011011100110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>