#BA64C5

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

Shades of Fuchsia #BA64C5

Tints of Fuchsia #BA64C5

Color information

#BA64C5 (or 0xBA64C5) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and C5. RGB value is (186,100,197). Sum of RGB (Red+Green+Blue) = 186+100+197=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA64C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64C5 is #459B3A. Grayscale: #888888. Windows color (decimal): -4561723 or 12936378. OLE color: 12936378.

HSL color Cylindrical-coordinate representation of color #BA64C5: hue angle of 293.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA64C5 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186100197-
CMYK0.060.4900.23
HSL293.2º45.54%58.24%-
HSV(B)293.2º49.24%77.25%-
XYZ34.8823.5855.54-
YUV136.77161.99163.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 197 (77.34% from 255) = 40.79%
R=38.51%
G=20.70%
B=40.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861001970.060.4900.23293.245.5458.24
HexBA64C56310171252e3a
Octal2721443056610274455672
Binary10111010110010011000101110110001010111100100101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64C5; }

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

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

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

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

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

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

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

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