#BA64B1

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

Shades of Fuchsia #BA64B1

Tints of Fuchsia #BA64B1

Color information

#BA64B1 (or 0xBA64B1) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and B1. RGB value is (186,100,177). Sum of RGB (Red+Green+Blue) = 186+100+177=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64B1 is #459B4E. Grayscale: #868686. Windows color (decimal): -4561743 or 11625658. OLE color: 11625658.

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

Color convert

RGB186100177-
CMYK00.460.050.27
HSL306.28º38.39%56.08%-
HSV(B)306.28º46.24%72.94%-
XYZ32.7422.7344.26-
YUV134.49151.99164.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=40.17%
G=21.60%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610017700.460.050.27306.2838.3956.08
HexBA64B102E51B1322638
Octal2721442610565334624670
Binary10111010110010010110001010111010111011100110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64B1; }

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

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

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

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

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

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

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

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