#BA64B6

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

Shades of Fuchsia #BA64B6

Tints of Fuchsia #BA64B6

Color information

#BA64B6 (or 0xBA64B6) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and B6. RGB value is (186,100,182). Sum of RGB (Red+Green+Blue) = 186+100+182=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64B6 is #459B49. Grayscale: #868686. Windows color (decimal): -4561738 or 11953338. OLE color: 11953338.

HSL color Cylindrical-coordinate representation of color #BA64B6: hue angle of 302.79º 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 #BA64B6 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186100182-
CMYK00.460.020.27
HSL302.79º38.39%56.08%-
HSV(B)302.79º46.24%72.94%-
XYZ33.2522.9346.93-
YUV135.06154.49164.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=39.74%
G=21.37%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610018200.460.020.27302.7938.3956.08
HexBA64B602E21B12f2638
Octal2721442660562334574670
Binary1011101011001001011011001011101011011100101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64B6; }

 p { color: rgb(186,100,182); }

 H1.HeaderClassName
 {
   color: #BA64B6;
 }
 .AnyTagClassName
 {
   color: #BA64B6;
 }
</style>
background-color css

<style>
 a { background-color: #BA64B6; }

 a { background-color: rgb(186,100,182); }

 div.DivClassName
 {
   background-color: #BA64B6;
 }
 .BgClassName
 {
   background-color: #BA64B6;
 }
</style>
border-color css

<style>
 span { border-color: #BA64B6; }

 span { border-color: rgb(186,100,182); }

 td.TdClassName
 {
   border-color: #BA64B6;
 }
 .TagClassName
 {
   border-color: #BA64B6;
 }
</style>