#BA64C3

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

Shades of Fuchsia #BA64C3

Tints of Fuchsia #BA64C3

Color information

#BA64C3 (or 0xBA64C3) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and C3. RGB value is (186,100,195). Sum of RGB (Red+Green+Blue) = 186+100+195=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA64C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64C3 is #459B3C. Grayscale: #888888. Windows color (decimal): -4561725 or 12805306. OLE color: 12805306.

HSL color Cylindrical-coordinate representation of color #BA64C3: hue angle of 294.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA64C3 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186100195-
CMYK0.050.4900.24
HSL294.32º44.19%57.84%-
HSV(B)294.32º48.72%76.47%-
XYZ34.6623.4954.34-
YUV136.54160.99163.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=38.67%
G=20.79%
B=40.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861001950.050.4900.24294.3244.1957.84
HexBA64C35310181262c3a
Octal2721443035610304465472
Binary10111010110010011000011101110001011000100100110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64C3; }

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

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

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

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

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

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

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

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