#BA64BA

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

Shades of Fuchsia #BA64BA

Tints of Fuchsia #BA64BA

Color information

#BA64BA (or 0xBA64BA) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and BA. RGB value is (186,100,186). Sum of RGB (Red+Green+Blue) = 186+100+186=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64BA is #459B45. Grayscale: #878787. Windows color (decimal): -4561734 or 12215482. OLE color: 12215482.

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

Color convert

RGB186100186-
CMYK00.4600.27
HSL300º38.39%56.08%-
HSV(B)300º46.24%72.94%-
XYZ33.6723.149.14-
YUV135.52156.49164.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=39.41%
G=21.19%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610018600.4600.2730038.3956.08
HexBA64BA02E01B12c2638
Octal2721442720560334544670
Binary101110101100100101110100101110011011100101100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64BA; }

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

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

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

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

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

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

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

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