#BA64B5

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

Shades of Fuchsia #BA64B5

Tints of Fuchsia #BA64B5

Color information

#BA64B5 (or 0xBA64B5) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and B5. RGB value is (186,100,181). Sum of RGB (Red+Green+Blue) = 186+100+181=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64B5 is #459B4A. Grayscale: #868686. Windows color (decimal): -4561739 or 11887802. OLE color: 11887802.

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

Color convert

RGB186100181-
CMYK00.460.030.27
HSL303.49º38.39%56.08%-
HSV(B)303.49º46.24%72.94%-
XYZ33.1522.8946.39-
YUV134.95153.99164.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=39.83%
G=21.41%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610018100.460.030.27303.4938.3956.08
HexBA64B502E31B12f2638
Octal2721442650563334574670
Binary1011101011001001011010101011101111011100101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64B5; }

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

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

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

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

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

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

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

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