#BA64B7

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

Shades of Fuchsia #BA64B7

Tints of Fuchsia #BA64B7

Color information

#BA64B7 (or 0xBA64B7) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and B7. RGB value is (186,100,183). Sum of RGB (Red+Green+Blue) = 186+100+183=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64B7 is #459B48. Grayscale: #868686. Windows color (decimal): -4561737 or 12018874. OLE color: 12018874.

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

Color convert

RGB186100183-
CMYK00.460.020.27
HSL302.09º38.39%56.08%-
HSV(B)302.09º46.24%72.94%-
XYZ33.3522.9747.48-
YUV135.18154.99164.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=39.66%
G=21.32%
B=39.02%

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
Decimal18610018300.460.020.27302.0938.3956.08
HexBA64B702E21B12e2638
Octal2721442670562334564670
Binary1011101011001001011011101011101011011100101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64B7; }

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

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

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

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

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

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

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

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